From d76a610426fca12d8bf3ac2919e2e92fcd6c3149 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 4 Apr 2020 10:30:12 -0600 Subject: [PATCH] bump version number original commit: 46de3359c4dd20809fc63496fa4545518396aa6b --- makefiles/Mf-install.in | 2 +- s/cmacros.ss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makefiles/Mf-install.in b/makefiles/Mf-install.in index 2c603dd305..b207e3c76e 100644 --- a/makefiles/Mf-install.in +++ b/makefiles/Mf-install.in @@ -62,7 +62,7 @@ InstallLZ4Target= # no changes should be needed below this point # ############################################################################### -Version=csv9.5.3.24 +Version=csv9.5.3.25 Include=boot/$m PetiteBoot=boot/$m/petite.boot SchemeBoot=boot/$m/scheme.boot diff --git a/s/cmacros.ss b/s/cmacros.ss index 6f2ed48373..e5463dd157 100644 --- a/s/cmacros.ss +++ b/s/cmacros.ss @@ -328,7 +328,7 @@ [(_ foo e1 e2) e1] ... [(_ bar e1 e2) e2]))))]))) -(define-constant scheme-version #x09050318) +(define-constant scheme-version #x09050319) (define-syntax define-machine-types (lambda (x)