summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Flatt <mflatt@racket-lang.org>2024-02-20 14:05:04 -0700
committerGitHub <noreply@github.com>2024-02-20 14:05:04 -0700
commit57f92bb76aed694437a2e201780654e9c03a576f (patch)
tree80bcf2eeda93b7f3cf347f3df9df89c785579a8d
parent64cf30a54589f8dd9010097e02caa4d1bf8ceca0 (diff)
bump version to 10.1.0-pre-release.1 (#806)
-rw-r--r--boot/pb/equates.h4
-rw-r--r--boot/pb/petite.bootbin6758216 -> 6757208 bytes
-rw-r--r--boot/pb/scheme.bootbin4891251 -> 4891026 bytes
-rw-r--r--boot/pb/scheme.h4
-rw-r--r--s/cmacros.ss2
5 files changed, 5 insertions, 5 deletions
diff --git a/boot/pb/equates.h b/boot/pb/equates.h
index 86c2649c..540e02f2 100644
--- a/boot/pb/equates.h
+++ b/boot/pb/equates.h
@@ -1,4 +1,4 @@
-/* equates.h for Chez Scheme Version 10.0.0 */
+/* equates.h for Chez Scheme Version 10.1.0-pre-release.1 */
/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
@@ -1010,7 +1010,7 @@ typedef uint64_t U64;
#define rtd_sealed 0x4
#define sbwp (ptr)0x4E
#define scaled_shot_1_shot_flag -0x8
-#define scheme_version 0xA000000
+#define scheme_version 0xA010001
#define seginfo_generation_disp 0x1
#define seginfo_list_bits_disp 0x8
#define seginfo_space_disp 0x0
diff --git a/boot/pb/petite.boot b/boot/pb/petite.boot
index 87015ea2..2181936c 100644
--- a/boot/pb/petite.boot
+++ b/boot/pb/petite.boot
Binary files differ
diff --git a/boot/pb/scheme.boot b/boot/pb/scheme.boot
index d9d00cc9..2e3050fa 100644
--- a/boot/pb/scheme.boot
+++ b/boot/pb/scheme.boot
Binary files differ
diff --git a/boot/pb/scheme.h b/boot/pb/scheme.h
index dcb1fb63..0f0a731f 100644
--- a/boot/pb/scheme.h
+++ b/boot/pb/scheme.h
@@ -1,4 +1,4 @@
-/* scheme.h for Chez Scheme Version 10.0.0 (pb) */
+/* scheme.h for Chez Scheme Version 10.1.0-pre-release.1 (pb) */
/* Do not edit this file. It is automatically generated and */
/* specifically tailored to the version of Chez Scheme named */
@@ -40,7 +40,7 @@
#endif
/* Chez Scheme Version and machine type */
-#define VERSION "10.0.0"
+#define VERSION "10.1.0-pre-release.1"
#define MACHINE_TYPE "pb"
/* Integer typedefs */
diff --git a/s/cmacros.ss b/s/cmacros.ss
index b083653f..b1ef354d 100644
--- a/s/cmacros.ss
+++ b/s/cmacros.ss
@@ -357,7 +357,7 @@
;; ---------------------------------------------------------------------
;; Version and machine types:
-(define-constant scheme-version #x0a000000)
+(define-constant scheme-version #x0a010001)
(define-syntax define-machine-types
(lambda (x)