Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mflatt committed Feb 9, 2016
1 parent c1b9cd6 commit 50db01b
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 @@ -12,7 +12,7 @@

(define collection 'multi)

(define version "6.4.0.6")
(define version "6.4.0.7")

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

#define MZSCHEME_VERSION "6.4.0.6"
#define MZSCHEME_VERSION "6.4.0.7"

#define MZSCHEME_VERSION_X 6
#define MZSCHEME_VERSION_Y 4
#define MZSCHEME_VERSION_Z 0
#define MZSCHEME_VERSION_W 6
#define MZSCHEME_VERSION_W 7

#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 50db01b

Please sign in to comment.