Skip to content

Commit

Permalink
Merge pull request #194 from FelixPetriconi/develop
Browse files Browse the repository at this point in the history
Prepare new release
  • Loading branch information
FelixPetriconi committed Oct 25, 2018
2 parents 5799d37 + e582a56 commit 1a9ec94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
@@ -1,3 +1,12 @@
## v1.3.3 - 2018 - October - 25

- Fixed Issues
- [#154](https://github.com/stlab/libraries/issues/154) : Compilation error with gcc
- Race condition in timed blocking_get

- Enhancements
- The library can now be included as cmake dependency (Many thanks to Austin McCartney)

## v1.3.2 - 2018 - July - 28

- Fixed Issues
Expand Down
4 changes: 2 additions & 2 deletions stlab/version.hpp
Expand Up @@ -19,13 +19,13 @@
// STLAB_VERSION / 100 % 1000 is the minor version
// STLAB_VERSION / 100000 is the major version

#define STLAB_VERSION 100302
#define STLAB_VERSION 100303

//
// 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_3_2"
#define STLAB_LIB_VERSION "1_3_3"

#endif

0 comments on commit 1a9ec94

Please sign in to comment.