fix the build script. set the build properly

This commit is contained in:
Lee Thomason
2014-02-21 22:57:38 -08:00
parent 7de26f7dc7
commit 5f88e72691
3 changed files with 17 additions and 17 deletions

View File

@@ -10,8 +10,8 @@ include(GNUInstallDirs)
################################
# set lib version here
set(GENERIC_LIB_VERSION "1.0.14")
set(GENERIC_LIB_SOVERSION "1")
set(GENERIC_LIB_VERSION "1.1.0")
set(GENERIC_LIB_SOVERSION "1")
################################