1
0
Fork 0

[C] Updated version information

This commit is contained in:
seleznevae 2019-05-24 22:00:52 +03:00
parent d7a17e9dc5
commit c347bc8230
3 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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"
/*****************************************************************************

View File

@ -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"
/*****************************************************************************