Skip to content

Commit

Permalink
Update version number for the v8.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclements committed Apr 30, 2022
1 parent 8d2228d commit 9d228d1
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 @@ -58,7 +58,7 @@ PB_DIR = racket/src/ChezScheme/boot/pb
WIN32_BOOT_ARGS = SETUP_BOOT_MODE=--boot WIN32_BUILD_LEVEL=bc PLAIN_RACKET=racket\racketbc
WIN32_SETUP_BOOT = -O "info@compiler/cm" -l- setup $(SETUP_BOOT_MODE) racket/src/setup-go.rkt racket/src/build/compiled ignored racket/src/build/ignored.d
CSBUILD_ARGUMENTS = --pull --racketcs-suffix "$(RACKETCS_SUFFIX)" $(DISABLE_STATIC_LIBS) --boot-mode "$(SETUP_BOOT_MODE)" --extra-repos-base "$(EXTRA_REPOS_BASE)"
SRC_CATALOG = $(DEFAULT_SRC_CATALOG)
SRC_CATALOG = "https://download.racket-lang.org/releases/8.5/catalog/"
DOC_SEARCH =
SERVER = localhost
SERVER_PORT = 9440
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 only when
;; "racket_version.h" changes:
(define version "8.4.900")
(define version "8.5")

(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 4
#define MZSCHEME_VERSION_Z 900
#define MZSCHEME_VERSION_Y 5
#define MZSCHEME_VERSION_Z 0
#define MZSCHEME_VERSION_W 0

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

1 comment on commit 9d228d1

@racket-discourse-github-bot

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Racket Discussions. There might be relevant details there:

https://racket.discourse.group/t/proposed-stable-branch-discipline/1453/3

Please sign in to comment.