Bump objcode minor version
* libguile/loader.h (SCM_OBJCODE_MINOR_VERSION): * module/system/vm/assembler.scm (*bytecode-minor-version*): Bump, so that compiled files from Guile 3.0.3 will error when loaded on 3.0.2.
This commit is contained in:
parent
a165c49b29
commit
c6636ff312
2 changed files with 2 additions and 2 deletions
|
|
@ -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 2
|
||||
#define SCM_OBJCODE_MINOR_VERSION 3
|
||||
#define SCM_OBJCODE_MAJOR_VERSION_STRING \
|
||||
SCM_CPP_STRINGIFY(SCM_OBJCODE_MAJOR_VERSION)
|
||||
#define SCM_OBJCODE_MINOR_VERSION_STRING \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue