diff options
author | Andy Wingo <wingo@pobox.com> | 2010-11-19 17:51:16 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-11-19 17:51:16 +0100 |
commit | 1c20cf117505dff5e0bb8bb6f1b1ed0ff9272d30 (patch) | |
tree | 90de1f0287be50d260fa40436f35680c5547e98b | |
parent | 9fe717e23c50680b77860dcb3e30b00184caba4f (diff) | |
download | guile-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.h | 2 |
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 \ |