mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Bump objcode minor version to 4
* libguile/loader.h (SCM_OBJCODE_MINOR_VERSION): Accept up to version 4. * module/system/vm/assembler.scm (*bytecode-minor-version*): Produce version 4.
This commit is contained in:
parent
8b994be59f
commit
c8c67eba91
2 changed files with 2 additions and 2 deletions
|
@ -2201,7 +2201,7 @@ needed."
|
|||
|
||||
;; FIXME: Define these somewhere central, shared with C.
|
||||
(define *bytecode-major-version* #x0300)
|
||||
(define *bytecode-minor-version* 3)
|
||||
(define *bytecode-minor-version* 4)
|
||||
|
||||
(define (link-dynamic-section asm text rw rw-init frame-maps)
|
||||
"Link the dynamic section for an ELF image with bytecode @var{text},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue