From dfc34d421d3014f3dc1f71ca4352dd26bfc4e76a Mon Sep 17 00:00:00 2001 From: maksis Date: Wed, 29 Jun 2016 10:27:10 +0300 Subject: [PATCH] 1.0.6 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cea7f1d..ada0b586 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ endif (APPLE) set (PROJECT_NAME "AirDC++ Web Client") set (TAG_APPLICATION "AirDC++w") -set (VERSION "1.0.5") -set (SOVERSION "1.0.5" ) +set (VERSION "1.0.6") +set (SOVERSION "1.0.6" ) set (GNUCXX_MINIMUM_VERSION "4.8")