Skip to content

Commit

Permalink
re-establish 6.2 beta3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 24, 2012
1 parent 4e4bb2e commit 071c647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mapserver.h
Expand Up @@ -32,10 +32,10 @@
/*
** MapServer version - to be updated for every release
*/
#define MS_VERSION "6.3-dev"
#define MS_VERSION "6.2-beta3"

#define MS_VERSION_MAJOR 6
#define MS_VERSION_MINOR 3
#define MS_VERSION_MINOR 2
#define MS_VERSION_REV 0

#define MS_VERSION_NUM (MS_VERSION_MAJOR*10000+MS_VERSION_MINOR*100+MS_VERSION_REV)
Expand Down

0 comments on commit 071c647

Please sign in to comment.