summaryrefslogtreecommitdiff
path: root/libguile/loader.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2020-05-13 09:37:54 +0200
committerAndy Wingo <wingo@pobox.com>2020-05-13 09:37:54 +0200
commitc6636ff312a9395cd82304b5c788b1d3269a55e2 (patch)
treefbeba0d9870b0333ee3e2c19ab51a3154b969124 /libguile/loader.h
parenta165c49b2945e7a98edcbb462a83a7f324fb7f37 (diff)
downloadguile-c6636ff312a9395cd82304b5c788b1d3269a55e2.tar.gz
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.
Diffstat (limited to 'libguile/loader.h')
-rw-r--r--libguile/loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/loader.h b/libguile/loader.h
index 3f7d4d4ed..09fb0afb6 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 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 \