summaryrefslogtreecommitdiff
path: root/libguile/loader.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2021-04-26 17:05:34 +0200
committerAndy Wingo <wingo@pobox.com>2021-04-26 17:05:34 +0200
commit04e9245918d3cfa985a4cf6b0850370d22eced04 (patch)
tree802073e9677ef97afb052a1be1ccea1daf341c1c /libguile/loader.h
parentb7822d9e4af2e2cdf3e09e17ca6d246e43c4fcd7 (diff)
downloadguile-04e9245918d3cfa985a4cf6b0850370d22eced04.tar.gz
Bump minor objcode version for new intrinsics
* libguile/loader.h (SCM_OBJCODE_MINOR_VERSION): Bump. * module/system/vm/assembler.scm (*bytecode-minor-version*): Bump.
Diffstat (limited to 'libguile/loader.h')
-rw-r--r--libguile/loader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/loader.h b/libguile/loader.h
index 765714fc2..7c474bc85 100644
--- a/libguile/loader.h
+++ b/libguile/loader.h
@@ -1,4 +1,4 @@
-/* Copyright 2001,2009-2015,2018,2020
+/* Copyright 2001,2009-2015,2018,2020,2021
Free Software Foundation, Inc.
This file is part of Guile.
@@ -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 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 \