Skip to content

Commit

Permalink
Update version number for the v5.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rmculpepper committed May 7, 2013
1 parent 4c8a6ac commit d047c01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/racket/src/schvers.h
Expand Up @@ -13,12 +13,12 @@
consistently.)
*/

#define MZSCHEME_VERSION "5.3.3.901"
#define MZSCHEME_VERSION "5.3.4"

#define MZSCHEME_VERSION_X 5
#define MZSCHEME_VERSION_Y 3
#define MZSCHEME_VERSION_Z 3
#define MZSCHEME_VERSION_W 901
#define MZSCHEME_VERSION_Z 4
#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 d047c01

Please sign in to comment.