guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 21/21: Bump objcode version


From: Andy Wingo
Subject: [Guile-commits] 21/21: Bump objcode version
Date: Mon, 16 May 2016 07:39:35 +0000 (UTC)

wingo pushed a commit to branch wip-port-refactor
in repository guile.

commit da456d23beb1b13063a9817d63797aa08949ba20
Author: Andy Wingo <address@hidden>
Date:   Mon May 16 09:38:09 2016 +0200

    Bump objcode version
    
    * libguile/_scm.h (SCM_OBJCODE_MINOR_VERSION):
    * module/system/vm/assembler.scm (*bytecode-minor-version*): Bump for
      Guile 2.1.3.
---
 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 d84209c..2792fd2 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 7
+#define SCM_OBJCODE_MINOR_VERSION 8
 #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 117bc6c..2ee6081 100644
--- a/module/system/vm/assembler.scm
+++ b/module/system/vm/assembler.scm
@@ -1754,7 +1754,7 @@ needed."
 
 ;; FIXME: Define these somewhere central, shared with C.
 (define *bytecode-major-version* #x0202)
-(define *bytecode-minor-version* 7)
+(define *bytecode-minor-version* 8)
 
 (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]