Skip to content

Commit

Permalink
Release 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Dec 5, 2016
1 parent eb6a02f commit f455dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mapserver.h
Expand Up @@ -32,11 +32,11 @@
/*
** MapServer version - to be updated for every release
*/
#define MS_VERSION "6.2.2"
#define MS_VERSION "6.2.3"

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

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

Expand Down

0 comments on commit f455dfe

Please sign in to comment.