upping the major version. lots of small (incompatible) changes, and the addition of int64 support.

This commit is contained in:
Lee Thomason
2016-07-17 22:40:43 -07:00
parent af9bce1762
commit 6ba2a077ed
3 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,8 @@ include(GNUInstallDirs)
################################
# set lib version here
set(GENERIC_LIB_VERSION "3.0.0")
set(GENERIC_LIB_SOVERSION "3")
set(GENERIC_LIB_VERSION "4.0.0")
set(GENERIC_LIB_SOVERSION "4")
################################