guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/05: Bump objcode version


From: Andy Wingo
Subject: [Guile-commits] 01/05: Bump objcode version
Date: Tue, 11 May 2021 16:17:55 -0400 (EDT)

wingo pushed a commit to branch main
in repository guile.

commit afd268ac1d3f3b4897adc6c189366bf57751e907
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Tue May 11 21:23:00 2021 +0200

    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.
---
 libguile/loader.h              | 2 +-
 module/system/vm/assembler.scm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libguile/loader.h b/libguile/loader.h
index 7c474bc..28452a1 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 5
+#define SCM_OBJCODE_MINOR_VERSION 6
 #define SCM_OBJCODE_MAJOR_VERSION_STRING        \
   SCM_CPP_STRINGIFY(SCM_OBJCODE_MAJOR_VERSION)
 #define SCM_OBJCODE_MINOR_VERSION_STRING        \
diff --git a/module/system/vm/assembler.scm b/module/system/vm/assembler.scm
index ad34a54..d4c9de8 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},



reply via email to

[Prev in Thread] Current Thread [Next in Thread]