Bumping SO Version correctly.

This commit is contained in:
Ward Fisher 2016-05-13 11:51:57 -06:00
parent 595474d71b
commit 287e73ca26
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,7 @@ SET(NC_VERSION_NOTE "-development")
SET(netCDF_VERSION ${NC_VERSION_MAJOR}.${NC_VERSION_MINOR}.${NC_VERSION_PATCH}${NC_VERSION_NOTE})
SET(VERSION ${netCDF_VERSION})
SET(NC_VERSION ${netCDF_VERSION})
SET(netCDF_LIB_VERSION 11.0.0)
SET(netCDF_LIB_VERSION 11.2.0)
SET(netCDF_SO_VERSION 11)
SET(PACKAGE_VERSION ${VERSION})

View File

@ -14,7 +14,6 @@ lib_LTLIBRARIES = libnetcdf.la
##
# These linker flags specify libtool version info.
# Note: version-info of "9:0:2" results in soname of libnetcdf.so.7 -> libnetcdf.so.7.2.0
# See http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
# for information regarding incrementing `-version-info`.
##