From ac5a05d02eac2c3d54dbcf899d71a9786fdafc02 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 11 Nov 2015 10:25:23 +0100 Subject: [PATCH] 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 97ddaf2ab..d84209c92 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 ae54d1303..296b86c76 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},