summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-11-19 17:51:16 +0100
committerAndy Wingo <wingo@pobox.com>2010-11-19 17:51:16 +0100
commit1c20cf117505dff5e0bb8bb6f1b1ed0ff9272d30 (patch)
tree90de1f0287be50d260fa40436f35680c5547e98b
parent9fe717e23c50680b77860dcb3e30b00184caba4f (diff)
downloadguile-1c20cf117505dff5e0bb8bb6f1b1ed0ff9272d30.tar.gz
bump objcode version
* libguile/_scm.h (SCM_OBJCODE_MINOR_VERSION): Bump, as the process-define-module deprecation means that outside compiled code won't find process-define-module in the (guile) module, as they would before.
-rw-r--r--libguile/_scm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/_scm.h b/libguile/_scm.h
index 219b3a299..eb3a8a2e0 100644
--- a/libguile/_scm.h
+++ b/libguile/_scm.h
@@ -183,7 +183,7 @@
/* Major and minor versions must be single characters. */
#define SCM_OBJCODE_MAJOR_VERSION 0
-#define SCM_OBJCODE_MINOR_VERSION S
+#define SCM_OBJCODE_MINOR_VERSION T
#define SCM_OBJCODE_MAJOR_VERSION_STRING \
SCM_CPP_STRINGIFY(SCM_OBJCODE_MAJOR_VERSION)
#define SCM_OBJCODE_MINOR_VERSION_STRING \