diff --git a/CMakeLists.txt b/CMakeLists.txt index aabbdf6..a8810f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project(libfort VERSION 0.1.5) +project(libfort VERSION 0.1.6) string(REGEX REPLACE "([0-9]+)\\.([0-9]+)\\.([0-9]+)" "\\1.\\2" libfort_SOVERSION diff --git a/ChangeLog.md b/ChangeLog.md index 134de9b..bb68f5e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,9 @@ +## v0.1.6 + +### Bug fixes + +- Changed specific style reset tags to universal reset style tag. + ## v0.1.5 ### Tests diff --git a/lib/fort.h b/lib/fort.h index 5f6fbdb..345b110 100644 --- a/lib/fort.h +++ b/lib/fort.h @@ -46,8 +46,8 @@ SOFTWARE. #define LIBFORT_MAJOR_VERSION 0 #define LIBFORT_MINOR_VERSION 1 -#define LIBFORT_REVISION 5 -#define LIBFORT_VERSION_STR "0.1.5" +#define LIBFORT_REVISION 6 +#define LIBFORT_VERSION_STR "0.1.6" /***************************************************************************** diff --git a/src/fort.h b/src/fort.h index 5f6fbdb..345b110 100644 --- a/src/fort.h +++ b/src/fort.h @@ -46,8 +46,8 @@ SOFTWARE. #define LIBFORT_MAJOR_VERSION 0 #define LIBFORT_MINOR_VERSION 1 -#define LIBFORT_REVISION 5 -#define LIBFORT_VERSION_STR "0.1.5" +#define LIBFORT_REVISION 6 +#define LIBFORT_VERSION_STR "0.1.6" /*****************************************************************************