diff options
author | Andy Wingo <wingo@pobox.com> | 2014-04-15 20:20:01 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2014-04-15 20:20:01 +0200 |
commit | 1a82c2012b2ef77438b96fdd1e03e5f642286043 (patch) | |
tree | 996c70411119865fd1974da42bb794754e9a4921 /libguile/_scm.h | |
parent | c3651bd55b3e7f37e6ef3171e8b305246cf45aec (diff) |
Bump minor objcode version for recent changes
* libguile/_scm.h (SCM_OBJCODE_MINOR_VERSION):
* module/system/vm/assembler.scm (*bytecode-minor-version*): Bump.
Diffstat (limited to 'libguile/_scm.h')
-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 003c36d62..87f976362 100644 --- a/libguile/_scm.h +++ b/libguile/_scm.h @@ -268,7 +268,7 @@ void scm_ia64_longjmp (scm_i_jmp_buf *, int); /* Major and minor versions must be single characters. */ #define SCM_OBJCODE_MAJOR_VERSION 3 -#define SCM_OBJCODE_MINOR_VERSION 4 +#define SCM_OBJCODE_MINOR_VERSION 5 #define SCM_OBJCODE_MAJOR_VERSION_STRING \ SCM_CPP_STRINGIFY(SCM_OBJCODE_MAJOR_VERSION) #define SCM_OBJCODE_MINOR_VERSION_STRING \ |