From c347bc8230fa4d4de98aab9c8813b3e554e8198b Mon Sep 17 00:00:00 2001 From: seleznevae Date: Fri, 24 May 2019 22:00:52 +0300 Subject: [PATCH] [C] Updated version information --- lib/CMakeLists.txt | 2 +- lib/fort.h | 4 ++-- src/fort.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index b24dc7a..5984d2a 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -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) diff --git a/lib/fort.h b/lib/fort.h index cd76da1..fde45fe 100644 --- a/lib/fort.h +++ b/lib/fort.h @@ -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" /***************************************************************************** diff --git a/src/fort.h b/src/fort.h index cd76da1..fde45fe 100644 --- a/src/fort.h +++ b/src/fort.h @@ -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" /*****************************************************************************