Skip to content

Commit

Permalink
Preparing for the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
MIvanchev committed Aug 14, 2017
1 parent b5fb823 commit f63b97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ extern "C" {
#define MAX(x, y) ((x) < (y) ? (y) : (x))

#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_PATCH 1
#define VERSION_MINOR 9
#define VERSION_PATCH 0
#define VERSION_STRING STR(VERSION_MAJOR) L"." \
STR(VERSION_MINOR) L"." \
STR(VERSION_PATCH) L".0"
Expand Down

0 comments on commit f63b97d

Please sign in to comment.