[C] Updated version information
This commit is contained in:
parent
428b7b9b18
commit
8376ebcb9d
@ -1,3 +1,9 @@
|
|||||||
|
## v0.1.2
|
||||||
|
|
||||||
|
### Internal
|
||||||
|
|
||||||
|
- Removed '-Werror' flag from the build process.
|
||||||
|
|
||||||
## v0.1.1
|
## v0.1.1
|
||||||
|
|
||||||
### Internal
|
### Internal
|
||||||
|
@ -9,7 +9,7 @@ target_include_directories(fort
|
|||||||
)
|
)
|
||||||
|
|
||||||
set_target_properties(fort
|
set_target_properties(fort
|
||||||
PROPERTIES VERSION 0.1.1
|
PROPERTIES VERSION 0.1.2
|
||||||
SOVERSION 0.1)
|
SOVERSION 0.1)
|
||||||
|
|
||||||
if(FORT_HAVE_WCHAR)
|
if(FORT_HAVE_WCHAR)
|
||||||
|
@ -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 1
|
#define LIBFORT_REVISION 2
|
||||||
#define LIBFORT_VERSION_STR "0.1.1"
|
#define LIBFORT_VERSION_STR "0.1.2"
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
@ -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 1
|
#define LIBFORT_REVISION 2
|
||||||
#define LIBFORT_VERSION_STR "0.1.1"
|
#define LIBFORT_VERSION_STR "0.1.2"
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user