Skip to content

Commit

Permalink
Update version number for the v8.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclements committed Feb 4, 2024
1 parent 116a2d9 commit 78fef00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -143,7 +143,7 @@ PLT_SETUP_OPTIONS =

# Catalog for package sources, but packages within this
# repo take precedence:
SRC_CATALOG = https://pkgs.racket-lang.org
SRC_CATALOG = "https://download.racket-lang.org/releases/8.12/catalog/"

# Built-in catalog for package sources (not meant to be configured):
DEFAULT_SRC_CATALOG = https://pkgs.racket-lang.org
Expand Down
2 changes: 1 addition & 1 deletion pkgs/base/info.rkt
Expand Up @@ -14,7 +14,7 @@

;; In the Racket source repo, this version should change exactly when
;; "racket_version.h" changes:
(define version "8.11.900.1")
(define version "8.12")

(define deps `("racket-lib"
["racket" #:version ,version]))
Expand Down
6 changes: 3 additions & 3 deletions racket/src/version/racket_version.h
Expand Up @@ -14,9 +14,9 @@
*/

#define MZSCHEME_VERSION_X 8
#define MZSCHEME_VERSION_Y 11
#define MZSCHEME_VERSION_Z 900
#define MZSCHEME_VERSION_W 1
#define MZSCHEME_VERSION_Y 12
#define MZSCHEME_VERSION_Z 0
#define MZSCHEME_VERSION_W 0

/* A level of indirection makes `#` work as needed: */
#define AS_a_STR_HELPER(x) #x
Expand Down

0 comments on commit 78fef00

Please sign in to comment.