diff --git a/CHANGES.md b/CHANGES.md index f6546985a..30d8a4519 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/stlab/version.hpp b/stlab/version.hpp index b17a478eb..aa276924f 100644 --- a/stlab/version.hpp +++ b/stlab/version.hpp @@ -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