summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-05-16 09:38:09 +0200
committerAndy Wingo <wingo@pobox.com>2016-05-16 09:38:09 +0200
commitda456d23beb1b13063a9817d63797aa08949ba20 (patch)
treea3580eaeabd6d7e7bd70c34c748c67427027f16d
parentd6922b4af41b110cb46b32cf317a45e92bfbc419 (diff)
downloadguile-wip-port-refactor.tar.gz
Bump objcode versionwip-port-refactor
* libguile/_scm.h (SCM_OBJCODE_MINOR_VERSION): * module/system/vm/assembler.scm (*bytecode-minor-version*): Bump for Guile 2.1.3.
-rw-r--r--libguile/_scm.h2
-rw-r--r--module/system/vm/assembler.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/libguile/_scm.h b/libguile/_scm.h
index d84209c92..2792fd29e 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 117bc6cf3..2ee608111 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},