[U] Updated future library version
This commit is contained in:
parent
85f275e41c
commit
bd1c28a2cd
@ -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
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user