[C] Updated version information
This commit is contained in:
parent
d7a17e9dc5
commit
c347bc8230
@ -9,7 +9,7 @@ target_include_directories(fort
|
||||
)
|
||||
|
||||
set_target_properties(fort
|
||||
PROPERTIES VERSION 0.1.3
|
||||
PROPERTIES VERSION 0.1.4
|
||||
SOVERSION 0.1)
|
||||
|
||||
if(FORT_HAVE_WCHAR)
|
||||
|
@ -46,8 +46,8 @@ SOFTWARE.
|
||||
|
||||
#define LIBFORT_MAJOR_VERSION 0
|
||||
#define LIBFORT_MINOR_VERSION 1
|
||||
#define LIBFORT_REVISION 3
|
||||
#define LIBFORT_VERSION_STR "0.1.3"
|
||||
#define LIBFORT_REVISION 4
|
||||
#define LIBFORT_VERSION_STR "0.1.4"
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
|
@ -46,8 +46,8 @@ SOFTWARE.
|
||||
|
||||
#define LIBFORT_MAJOR_VERSION 0
|
||||
#define LIBFORT_MINOR_VERSION 1
|
||||
#define LIBFORT_REVISION 3
|
||||
#define LIBFORT_VERSION_STR "0.1.3"
|
||||
#define LIBFORT_REVISION 4
|
||||
#define LIBFORT_VERSION_STR "0.1.4"
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user