Skip to content

Commit

Permalink
Alpha version number for the v8.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclements committed Jul 7, 2022
1 parent 83106c3 commit 6ef43da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.5.0.8")
(define version "8.5.900")

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

#define MZSCHEME_VERSION_X 8
#define MZSCHEME_VERSION_Y 5
#define MZSCHEME_VERSION_Z 0
#define MZSCHEME_VERSION_W 8
#define MZSCHEME_VERSION_Z 900
#define MZSCHEME_VERSION_W 0

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

1 comment on commit 6ef43da

@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/racket-v8-6-release-thread/1091/32

Please sign in to comment.