bump objcode version
authorAndy Wingo <wingo@pobox.com>
Fri, 19 Nov 2010 16:51:16 +0000 (17:51 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 19 Nov 2010 16:51:16 +0000 (17:51 +0100)
* 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.

libguile/_scm.h

index 219b3a2..eb3a8a2 100644 (file)
 
 /* 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        \