guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 27/27: Bump bytecode version


From: Andy Wingo
Subject: [Guile-commits] 27/27: Bump bytecode version
Date: Wed, 11 Nov 2015 11:39:17 +0000

wingo pushed a commit to branch master
in repository guile.

commit ac5a05d02eac2c3d54dbcf899d71a9786fdafc02
Author: Andy Wingo <address@hidden>
Date:   Wed Nov 11 10:25:23 2015 +0100

    Bump bytecode version
    
    * libguile/_scm.h (SCM_OBJCODE_MINOR_VERSION):
    * module/system/vm/assembler.scm (*bytecode-minor-version*): Bump
      bytecode version to prevent 2.1.1 users from thinking that they don't
      need to make clean after pulling.
---
 libguile/_scm.h                |    2 +-
 module/system/vm/assembler.scm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libguile/_scm.h b/libguile/_scm.h
index 97ddaf2..d84209c 100644
--- a/libguile/_scm.h
+++ b/libguile/_scm.h
@@ -268,7 +268,7 @@ void scm_ia64_longjmp (scm_i_jmp_buf *, int);
 
 /* Major and minor versions must be single characters. */
 #define SCM_OBJCODE_MAJOR_VERSION 3
-#define SCM_OBJCODE_MINOR_VERSION 6
+#define SCM_OBJCODE_MINOR_VERSION 7
 #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 ae54d13..296b86c 100644
--- a/module/system/vm/assembler.scm
+++ b/module/system/vm/assembler.scm
@@ -1653,7 +1653,7 @@ needed."
 
 ;; FIXME: Define these somewhere central, shared with C.
 (define *bytecode-major-version* #x0202)
-(define *bytecode-minor-version* 6)
+(define *bytecode-minor-version* 7)
 
 (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]