mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-12 18:10:24 +08:00
Updated configuration files, RELEASE_NOTES so that changes from this point forward go under the heading of rc4. This may be changed if there is not a new release candidate.
This commit is contained in:
parent
e84cb3caa3
commit
1aef893cea
@ -11,7 +11,7 @@ set(PACKAGE "netCDF" CACHE STRING "")
|
||||
SET(netCDF_VERSION_MAJOR 4)
|
||||
SET(netCDF_VERSION_MINOR 3)
|
||||
SET(netCDF_VERSION_PATCH 1)
|
||||
SET(netCDF_VERSION_NOTE "-rc3")
|
||||
SET(netCDF_VERSION_NOTE "-rc4")
|
||||
SET(netCDF_VERSION ${netCDF_VERSION_MAJOR}.${netCDF_VERSION_MINOR}.${netCDF_VERSION_PATCH}${netCDF_VERSION_NOTE})
|
||||
SET(VERSION ${netCDF_VERSION})
|
||||
#Library .so version.
|
||||
|
@ -8,6 +8,8 @@ information, where '[NCF-XXX]' refers to https://www.unidata.ucar.edu/jira/brows
|
||||
|
||||
## 4.3.1 Released TBD
|
||||
|
||||
### 4.3.1-rc4 Released TBD
|
||||
|
||||
### 4.3.1-rc3 Released 2013-09-24
|
||||
|
||||
* Modify ncgen to support NUL characters in character array
|
||||
|
@ -15,7 +15,7 @@ AC_REVISION([$Id: configure.ac,v 1.450 2010/05/28 19:42:47 dmh Exp $])
|
||||
AC_PREREQ([2.59])
|
||||
|
||||
# Initialize with name, version, and support email address.
|
||||
AC_INIT([netCDF], [4.3.1-rc3], [support-netcdf@unidata.ucar.edu])
|
||||
AC_INIT([netCDF], [4.3.1-rc4], [support-netcdf@unidata.ucar.edu])
|
||||
|
||||
# Create the VERSION file, which contains the package version from
|
||||
# AC_INIT.
|
||||
|
Loading…
x
Reference in New Issue
Block a user