Skip to content

Commit

Permalink
Update version number for the v6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rmculpepper committed Jun 19, 2015
1 parent fcfe988 commit 7f66830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkgs/base/info.rkt
Expand Up @@ -12,7 +12,7 @@

(define collection 'multi)

(define version "6.1.91.900")
(define version "6.2")

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

#define MZSCHEME_VERSION "6.1.91.900"
#define MZSCHEME_VERSION "6.2"

#define MZSCHEME_VERSION_X 6
#define MZSCHEME_VERSION_Y 1
#define MZSCHEME_VERSION_Z 91
#define MZSCHEME_VERSION_W 900
#define MZSCHEME_VERSION_Y 2
#define MZSCHEME_VERSION_Z 0
#define MZSCHEME_VERSION_W 0

#define MZSCHEME_VERSION_MAJOR ((MZSCHEME_VERSION_X * 100) + MZSCHEME_VERSION_Y)
#define MZSCHEME_VERSION_MINOR ((MZSCHEME_VERSION_Z * 1000) + MZSCHEME_VERSION_W)

0 comments on commit 7f66830

Please sign in to comment.