From 9fadd350125c7f97235dc74484d38e019da48e99 Mon Sep 17 00:00:00 2001 From: janbar Date: Sat, 22 Jul 2017 19:46:31 +0200 Subject: [PATCH] bump version 1.5.3 --- noson/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noson/CMakeLists.txt b/noson/CMakeLists.txt index 8435cbf..c5bcd11 100644 --- a/noson/CMakeLists.txt +++ b/noson/CMakeLists.txt @@ -20,7 +20,7 @@ endif () ############################################################################### # set lib version here -set (NOSON_LIB_VERSION "1.5.2") +set (NOSON_LIB_VERSION "1.5.3") set (NOSON_LIB_SOVERSION "1") ###############################################################################