Skip to content

Commit

Permalink
Update version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BishopGIS committed May 26, 2018
1 parent 08854b2 commit 219520b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#define LIB_NAME "ngstd" // for settings

#define NGLIB_MAJOR_VERSION 0
#define NGLIB_MINOR_VERSION 8
#define NGLIB_PATCH_NUMBER 1
#define NGLIB_MINOR_VERSION 9
#define NGLIB_PATCH_NUMBER 0

#define NGLIB_VERSION_NUMBER ( NGLIB_MAJOR_VERSION * 1000) + ( NGLIB_MINOR_VERSION \
* 100) + NGLIB_PATCH_NUMBER
Expand Down

0 comments on commit 219520b

Please sign in to comment.