Skip to content

Commit

Permalink
Correcting version number and add changes to doc file
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixPetriconi committed Dec 12, 2017
1 parent 0b90413 commit 4162578
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.1.1 - 13 December 2017

- Fixed Issues
- [#113](https://github.com/stlab/libraries/issues/113) : Reduction does not appear to work for failed futures; Many thanks to Frans-Willem!
- [#115](https://github.com/stlab/libraries/issues/115) : Version number is forgotten in version.hpp?

## v1.1 - 28 November 2017

- Fixed Issues
Expand Down
2 changes: 1 addition & 1 deletion stlab/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// STLAB_VERSION / 100 % 1000 is the minor version
// STLAB_VERSION / 100000 is the major version

#define STLAB_VERSION 101010
#define STLAB_VERSION 100101

//
// STLAB_LIB_VERSION must be defined to be the same as STLAB_VERSION
Expand Down

0 comments on commit 4162578

Please sign in to comment.