[U] Update ChangeLog and version
This commit is contained in:
parent
48a5162af0
commit
0deda048c5
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(libfort VERSION 0.4.1)
|
||||
project(libfort VERSION 0.4.2)
|
||||
|
||||
string(REGEX REPLACE "([0-9]+)\\.([0-9]+)\\.([0-9]+)"
|
||||
"\\1.\\2" libfort_SOVERSION
|
||||
|
@ -1,3 +1,9 @@
|
||||
## v0.4.2
|
||||
|
||||
### Internal
|
||||
|
||||
- Add builds with gcc-9 to CI.
|
||||
|
||||
## v0.4.1
|
||||
|
||||
### Bug fixes
|
||||
|
@ -46,8 +46,8 @@ SOFTWARE.
|
||||
|
||||
#define LIBFORT_MAJOR_VERSION 0
|
||||
#define LIBFORT_MINOR_VERSION 4
|
||||
#define LIBFORT_REVISION 1
|
||||
#define LIBFORT_VERSION_STR "0.4.1"
|
||||
#define LIBFORT_REVISION 2
|
||||
#define LIBFORT_VERSION_STR "0.4.2"
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
|
@ -46,8 +46,8 @@ SOFTWARE.
|
||||
|
||||
#define LIBFORT_MAJOR_VERSION 0
|
||||
#define LIBFORT_MINOR_VERSION 4
|
||||
#define LIBFORT_REVISION 1
|
||||
#define LIBFORT_VERSION_STR "0.4.1"
|
||||
#define LIBFORT_REVISION 2
|
||||
#define LIBFORT_VERSION_STR "0.4.2"
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user