Skip to content

Commit

Permalink
Update version number for the v7.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclements committed May 1, 2020
1 parent b351ac2 commit 12c2bff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
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.7/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 --recurse-submodules --depth 1 -b racket-v7.7

# 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
Expand Up @@ -12,7 +12,7 @@

(define collection 'multi)

(define version "7.6.0.900")
(define version "7.7")

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

#define MZSCHEME_VERSION_X 7
#define MZSCHEME_VERSION_Y 6
#define MZSCHEME_VERSION_Y 7
#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 12c2bff

Please sign in to comment.