summaryrefslogtreecommitdiff
path: root/libguile/loader.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2020-01-13 08:01:40 +0100
committerAndy Wingo <wingo@pobox.com>2020-01-13 08:01:40 +0100
commit53a3602b20879a4cc82aab2423afa242d49db5db (patch)
treeda92abbcdec560a0d0bced5202ba60258108f659 /libguile/loader.h
parent1733efe236092f2e1a738bfd98029b6c9e4035cf (diff)
downloadguile-53a3602b20879a4cc82aab2423afa242d49db5db.tar.gz
Bump objcode minor version in preparation for new stable series
* libguile/loader.h (SCM_OBJCODE_MINIMUM_MINOR_VERSION): (SCM_OBJCODE_MINOR_VERSION): * module/system/vm/assembler.scm (*bytecode-minor-version*): Bump.
Diffstat (limited to 'libguile/loader.h')
-rw-r--r--libguile/loader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/loader.h b/libguile/loader.h
index 979d56085..3f7d4d4ed 100644
--- a/libguile/loader.h
+++ b/libguile/loader.h
@@ -1,4 +1,4 @@
-/* Copyright 2001,2009-2015,2018
+/* Copyright 2001,2009-2015,2018,2020
Free Software Foundation, Inc.
This file is part of Guile.
@@ -39,8 +39,8 @@
/* Major and minor versions must be single characters. */
#define SCM_OBJCODE_MAJOR_VERSION 4
-#define SCM_OBJCODE_MINIMUM_MINOR_VERSION 1
-#define SCM_OBJCODE_MINOR_VERSION 1
+#define SCM_OBJCODE_MINIMUM_MINOR_VERSION 2
+#define SCM_OBJCODE_MINOR_VERSION 2
#define SCM_OBJCODE_MAJOR_VERSION_STRING \
SCM_CPP_STRINGIFY(SCM_OBJCODE_MAJOR_VERSION)
#define SCM_OBJCODE_MINOR_VERSION_STRING \