[U] Updated future library version

This commit is contained in:
seleznevae 2020-01-10 21:40:06 +03:00
parent 85f275e41c
commit bd1c28a2cd
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0) cmake_minimum_required(VERSION 3.0)
project(libfort VERSION 0.3.2) project(libfort VERSION 0.4.0)
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

@ -45,9 +45,9 @@ SOFTWARE.
*****************************************************************************/ *****************************************************************************/
#define LIBFORT_MAJOR_VERSION 0 #define LIBFORT_MAJOR_VERSION 0
#define LIBFORT_MINOR_VERSION 3 #define LIBFORT_MINOR_VERSION 4
#define LIBFORT_REVISION 2 #define LIBFORT_REVISION 0
#define LIBFORT_VERSION_STR "0.3.2" #define LIBFORT_VERSION_STR "0.4.0"
/***************************************************************************** /*****************************************************************************

View File

@ -45,9 +45,9 @@ SOFTWARE.
*****************************************************************************/ *****************************************************************************/
#define LIBFORT_MAJOR_VERSION 0 #define LIBFORT_MAJOR_VERSION 0
#define LIBFORT_MINOR_VERSION 3 #define LIBFORT_MINOR_VERSION 4
#define LIBFORT_REVISION 2 #define LIBFORT_REVISION 0
#define LIBFORT_VERSION_STR "0.3.2" #define LIBFORT_VERSION_STR "0.4.0"
/***************************************************************************** /*****************************************************************************