summaryrefslogtreecommitdiff
path: root/module/system
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2021-05-11 21:23:00 +0200
committerAndy Wingo <wingo@pobox.com>2021-05-11 21:39:07 +0200
commitafd268ac1d3f3b4897adc6c189366bf57751e907 (patch)
treed508e7291c7d479571cc609ef79637c970ba10af /module/system
parent53e5cf654d5f4d95f407cd814472bcc09a69cd15 (diff)
downloadguile-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 'module/system')
-rw-r--r--module/system/vm/assembler.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/vm/assembler.scm b/module/system/vm/assembler.scm
index ad34a549d..d4c9de86d 100644
--- a/module/system/vm/assembler.scm
+++ b/module/system/vm/assembler.scm
@@ -2284,7 +2284,7 @@ needed."
;; FIXME: Define these somewhere central, shared with C.
(define *bytecode-major-version* #x0300)
-(define *bytecode-minor-version* 5)
+(define *bytecode-minor-version* 6)
(define (link-dynamic-section asm text rw rw-init frame-maps)
"Link the dynamic section for an ELF image with bytecode @var{text},