Skip to content

Commit

Permalink
Bump patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixPetriconi committed Dec 12, 2017
1 parent 3613210 commit 0b90413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stlab/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
// STLAB_VERSION / 100 % 1000 is the minor version
// STLAB_VERSION / 100000 is the major version

#define STLAB_VERSION 100000
#define STLAB_VERSION 101010

//
// STLAB_LIB_VERSION must be defined to be the same as STLAB_VERSION
// but as a *string* in the form "x_y[_z]" where x is the major version
// number, y is the minor version number, and z is the patch level if not 0.

#define STLAB_LIB_VERSION "1_00"
#define STLAB_LIB_VERSION "1_1_1"

#endif

0 comments on commit 0b90413

Please sign in to comment.