Skip to content

Commit

Permalink
Update version number for the v7.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclements committed Jul 31, 2020
1 parent bd9fa53 commit 7131bab
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.8/catalog/"

CPUS =

Expand Down Expand Up @@ -275,7 +275,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.8

# 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.7.0.901")
(define version "7.8")

(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 7
#define MZSCHEME_VERSION_Y 8
#define MZSCHEME_VERSION_Z 0
#define MZSCHEME_VERSION_W 901
#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 7131bab

Please sign in to comment.