1
0
Fork 0

[C] Updated library version

This commit is contained in:
seleznevae 2019-07-26 22:27:32 +03:00
parent 762dac2fcb
commit ae6757db61
4 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0) 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]+)" string(REGEX REPLACE "([0-9]+)\\.([0-9]+)\\.([0-9]+)"
"\\1.\\2" libfort_SOVERSION "\\1.\\2" libfort_SOVERSION

View File

@ -1,3 +1,9 @@
## v0.1.6
### Bug fixes
- Changed specific style reset tags to universal reset style tag.
## v0.1.5 ## v0.1.5
### Tests ### Tests

View File

@ -46,8 +46,8 @@ SOFTWARE.
#define LIBFORT_MAJOR_VERSION 0 #define LIBFORT_MAJOR_VERSION 0
#define LIBFORT_MINOR_VERSION 1 #define LIBFORT_MINOR_VERSION 1
#define LIBFORT_REVISION 5 #define LIBFORT_REVISION 6
#define LIBFORT_VERSION_STR "0.1.5" #define LIBFORT_VERSION_STR "0.1.6"
/***************************************************************************** /*****************************************************************************

View File

@ -46,8 +46,8 @@ SOFTWARE.
#define LIBFORT_MAJOR_VERSION 0 #define LIBFORT_MAJOR_VERSION 0
#define LIBFORT_MINOR_VERSION 1 #define LIBFORT_MINOR_VERSION 1
#define LIBFORT_REVISION 5 #define LIBFORT_REVISION 6
#define LIBFORT_VERSION_STR "0.1.5" #define LIBFORT_VERSION_STR "0.1.6"
/***************************************************************************** /*****************************************************************************