diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 1cc56df..ae9da52 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -8,6 +8,10 @@ target_include_directories(fort ${CMAKE_CURRENT_SOURCE_DIR} ) +set_target_properties(fort + PROPERTIES VERSION 0.1.1 + SOVERSION 0.1) + if(FORT_HAVE_WCHAR) target_compile_definitions(fort PRIVATE diff --git a/lib/fort.h b/lib/fort.h index 2850bd2..ebf7eb1 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 0 -#define LIBFORT_VERSION_STR "0.1.0" +#define LIBFORT_REVISION 1 +#define LIBFORT_VERSION_STR "0.1.1" /***************************************************************************** diff --git a/src/fort.h b/src/fort.h index 2850bd2..ebf7eb1 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 0 -#define LIBFORT_VERSION_STR "0.1.0" +#define LIBFORT_REVISION 1 +#define LIBFORT_VERSION_STR "0.1.1" /*****************************************************************************