Skip to content

Commit

Permalink
Update version number for the v7.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclements committed Feb 12, 2020
1 parent 7a86c06 commit 9af6eb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PLT_SETUP_OPTIONS =

# Belongs in the "Configuration options" section, but here
# to accommodate nmake:
SRC_CATALOG = $(DEFAULT_SRC_CATALOG)
SRC_CATALOG = "https://download.racket-lang.org/releases/7.6/catalog/"

CPUS =

Expand Down Expand Up @@ -272,7 +272,7 @@ MAKE_BUILD_SCHEME = checkout
# for Chez Scheme, and add `-b <branch>` to `GIT_CLONE_ARGS_qq`
# to clone a particular branch from that repo
CHEZ_SCHEME_REPO = https://github.com/racket/ChezScheme
GIT_CLONE_ARGS_qq = -q --recurse-submodules --depth 1
GIT_CLONE_ARGS_qq = -q --depth 1 -b racket-v7.6

# Altenative source for Chez Scheme repo, normally set by
# the distro-build client driver
Expand Down
2 changes: 1 addition & 1 deletion pkgs/base/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

(define collection 'multi)

(define version "7.5.0.900")
(define version "7.6")

(define deps `("racket-lib"
["racket" #:version ,version]))
Expand Down
4 changes: 2 additions & 2 deletions racket/src/racket/src/schvers.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
*/

#define MZSCHEME_VERSION_X 7
#define MZSCHEME_VERSION_Y 5
#define MZSCHEME_VERSION_Y 6
#define MZSCHEME_VERSION_Z 0
#define MZSCHEME_VERSION_W 900
#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 9af6eb6

Please sign in to comment.