diff options
author | Andy Wingo <wingo@pobox.com> | 2021-05-11 21:23:00 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2021-05-11 21:39:07 +0200 |
commit | afd268ac1d3f3b4897adc6c189366bf57751e907 (patch) | |
tree | d508e7291c7d479571cc609ef79637c970ba10af /libguile/loader.h | |
parent | 53e5cf654d5f4d95f407cd814472bcc09a69cd15 (diff) | |
download | guile-afd268ac1d3f3b4897adc6c189366bf57751e907.tar.gz |
Bump objcode version
* libguile/loader.h (SCM_OBJCODE_MINOR_VERSION):
* module/system/vm/assembler.scm (*bytecode-minor-version*): Bump, as
we're going to start adding inlinable exports.
Diffstat (limited to 'libguile/loader.h')
-rw-r--r-- | libguile/loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/loader.h b/libguile/loader.h index 7c474bc85..28452a1c7 100644 --- a/libguile/loader.h +++ b/libguile/loader.h @@ -40,7 +40,7 @@ /* Major and minor versions must be single characters. */ #define SCM_OBJCODE_MAJOR_VERSION 4 #define SCM_OBJCODE_MINIMUM_MINOR_VERSION 2 -#define SCM_OBJCODE_MINOR_VERSION 5 +#define SCM_OBJCODE_MINOR_VERSION 6 #define SCM_OBJCODE_MAJOR_VERSION_STRING \ SCM_CPP_STRINGIFY(SCM_OBJCODE_MAJOR_VERSION) #define SCM_OBJCODE_MINOR_VERSION_STRING \ |