Rolled back SO version to 11 after incorrectly bumping it in the 4.4.1 rc1 release.

This commit is contained in:
Ward Fisher 2016-05-12 16:04:04 -06:00
parent f0a3ad70fe
commit 10f85caf26
2 changed files with 3 additions and 3 deletions

View File

@ -31,8 +31,8 @@ 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 12.0.0)
SET(netCDF_SO_VERSION 12)
SET(netCDF_LIB_VERSION 11.0.0)
SET(netCDF_SO_VERSION 11)
SET(PACKAGE_VERSION ${VERSION})
# Get system configuration, Use it to determine osname, os release, cpu. These

View File

@ -19,7 +19,7 @@ lib_LTLIBRARIES = libnetcdf.la
# for information regarding incrementing `-version-info`.
##
libnetcdf_la_LDFLAGS = -version-info 12:0:0 ${NOUNDEFINED}
libnetcdf_la_LDFLAGS = -version-info 11:0:0 ${NOUNDEFINED}
libnetcdf_la_CPPFLAGS = ${AM_CPPFLAGS}
libnetcdf_la_LIBADD =