diff --git a/libguile/loader.h b/libguile/loader.h index 765714fc2..7c474bc85 100644 --- a/libguile/loader.h +++ b/libguile/loader.h @@ -1,4 +1,4 @@ -/* Copyright 2001,2009-2015,2018,2020 +/* Copyright 2001,2009-2015,2018,2020,2021 Free Software Foundation, Inc. This file is part of Guile. @@ -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 4 +#define SCM_OBJCODE_MINOR_VERSION 5 #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 8a6ca4e47..ad34a549d 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* 4) +(define *bytecode-minor-version* 5) (define (link-dynamic-section asm text rw rw-init frame-maps) "Link the dynamic section for an ELF image with bytecode @var{text},