Skip to content

Commit

Permalink
bump version to 10.1.0-pre-release.1 (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
mflatt authored Feb 20, 2024
1 parent 64cf30a commit 57f92bb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions boot/pb/equates.h
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down Expand Up @@ -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
Expand Down
Binary file modified boot/pb/petite.boot
Binary file not shown.
Binary file modified boot/pb/scheme.boot
Binary file not shown.
4 changes: 2 additions & 2 deletions boot/pb/scheme.h
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion s/cmacros.ss
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 57f92bb

Please sign in to comment.