Skip to content

Commit

Permalink
Update version number for the v8.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclements committed Aug 13, 2023
1 parent 428356b commit b10ecfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -142,7 +142,7 @@ PKG_UPDATE_OPTIONS =
PLT_SETUP_OPTIONS =

# Catalog for package sources:
SRC_CATALOG = https://pkgs.racket-lang.org
SRC_CATALOG = "https://download.racket-lang.org/releases/8.10/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.9.900")
(define version "8.10")

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

#define MZSCHEME_VERSION_X 8
#define MZSCHEME_VERSION_Y 9
#define MZSCHEME_VERSION_Z 900
#define MZSCHEME_VERSION_Y 10
#define MZSCHEME_VERSION_Z 0
#define MZSCHEME_VERSION_W 0

/* A level of indirection makes `#` work as needed: */
Expand Down

0 comments on commit b10ecfb

Please sign in to comment.