implement a fix to floating point precision as proposed by schuellc.

This commit is contained in:
Lee Thomason
2014-01-14 12:30:03 -08:00
parent 61871d60a6
commit c3708ccf08
5 changed files with 80 additions and 43 deletions

View File

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