Updated versions

This commit is contained in:
Ward Fisher 2024-11-19 16:45:00 -07:00
parent 03c47d61f9
commit ce6bf1bffd
4 changed files with 19 additions and 19 deletions

View File

@ -13,7 +13,7 @@ project(netCDF
LANGUAGES C CXX
HOMEPAGE_URL "https://www.unidata.ucar.edu/software/netcdf/"
DESCRIPTION "NetCDF is a set of software libraries and machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data."
VERSION 4.9.4
VERSION 4.9.3
)
#####
@ -27,7 +27,7 @@ project(netCDF
# http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
#####
set(NC_VERSION_NOTE "-development")
set(NC_VERSION_NOTE "-rc3")
set(netCDF_VERSION ${PROJECT_VERSION}${NC_VERSION_NOTE})
set(VERSION ${netCDF_VERSION})
set(NC_VERSION ${netCDF_VERSION})

View File

@ -10,7 +10,7 @@
AC_PREREQ([2.59])
# Initialize with name, version, and support email address.
AC_INIT([netCDF],[4.9.4-development],[support-netcdf@unidata.ucar.edu],[netcdf-c])
AC_INIT([netCDF],[4.9.3-rc2],[support-netcdf@unidata.ucar.edu],[netcdf-c])
##
# Prefer an empty CFLAGS variable instead of the default -g -O2.
@ -21,8 +21,8 @@ AC_INIT([netCDF],[4.9.4-development],[support-netcdf@unidata.ucar.edu],[netcdf-c
AC_SUBST([netCDF_VERSION_MAJOR]) netCDF_VERSION_MAJOR=4
AC_SUBST([netCDF_VERSION_MINOR]) netCDF_VERSION_MINOR=9
AC_SUBST([netCDF_VERSION_PATCH]) netCDF_VERSION_PATCH=4
AC_SUBST([NC_VERSION_NOTE]) NC_VERSION_NOTE="-development"
AC_SUBST([netCDF_VERSION_PATCH]) netCDF_VERSION_PATCH=3
AC_SUBST([NC_VERSION_NOTE]) NC_VERSION_NOTE="-rc2"
##
# These linker flags specify libtool version info.

View File

@ -38,7 +38,7 @@ PROJECT_NAME = netCDF-C
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 4.9.4-development
PROJECT_NUMBER = 4.9.3-rc2
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -32,14 +32,14 @@ The included dependencies and versions are as follows:
* `libcurl`: 7.60.0
* `zlib`: 1.2.8
## Latest Release (netCDF-C major.minor.point) {#msvc-latest-release}
## Latest Release (netCDF-C 4.9.3-rc2) {#msvc-latest-release}
Configuration | 32-bit | 64-bit |
:-------------------|:-------- |:-------|
netCDF 3 | [netCDFmajor.minor.point-NC3-32.exe][r1] | [netCDFmajor.minor.point-NC3-64.exe][r5]
netCDF3+DAP | [netCDFmajor.minor.point-NC3-DAP-32.exe][r2] | [netCDFmajor.minor.point-NC3-DAP-64.exe][r6]
netCDF4 | [netCDFmajor.minor.point-NC4-32.exe][r3] | [netCDFmajor.minor.point-NC4-64.exe][r7]
netCDF4+DAP | [netCDFmajor.minor.point-NC4-DAP-32.exe][r4] | [netCDFmajor.minor.point-NC4-DAP-64.exe][r8]
netCDF 3 | [netCDF4.9.3-rc2-NC3-32.exe][r1] | [netCDF4.9.3-rc2-NC3-64.exe][r5]
netCDF3+DAP | [netCDF4.9.3-rc2-NC3-DAP-32.exe][r2] | [netCDF4.9.3-rc2-NC3-DAP-64.exe][r6]
netCDF4 | [netCDF4.9.3-rc2-NC4-32.exe][r3] | [netCDF4.9.3-rc2-NC4-64.exe][r7]
netCDF4+DAP | [netCDF4.9.3-rc2-NC4-DAP-32.exe][r4] | [netCDF4.9.3-rc2-NC4-DAP-64.exe][r8]
# Using the netCDF-C Libraries with Visual Studio {#msvc-using}
@ -60,11 +60,11 @@ When installed, the netCDF libraries are placed in the specified locations, alon
1. When building the netCDF-C libraries with netCDF4 support, using the `Debug` libraries may cause extraneous warnings. These warnings are related to cross-dll memory management, and appear to be harmless. You can safely ignore them by using the `Release` libraries. [NCF-220]
[r1]: https://downloads.unidata.ucar.edu/netcdf-c/major.minor.point/netCDFmajor.minor.point-NC3-32.exe
[r2]: https://downloads.unidata.ucar.edu/netcdf-c/major.minor.point/netCDFmajor.minor.point-NC3-DAP-32.exe
[r3]: https://downloads.unidata.ucar.edu/netcdf-c/major.minor.point/netCDFmajor.minor.point-NC4-32.exe
[r4]: https://downloads.unidata.ucar.edu/netcdf-c/major.minor.point/netCDFmajor.minor.point-NC4-DAP-32.exe
[r5]: https://downloads.unidata.ucar.edu/netcdf-c/major.minor.point/netCDFmajor.minor.point-NC3-64.exe
[r6]: https://downloads.unidata.ucar.edu/netcdf-c/major.minor.point/netCDFmajor.minor.point-NC3-DAP-64.exe
[r7]: https://downloads.unidata.ucar.edu/netcdf-c/major.minor.point/netCDFmajor.minor.point-NC4-64.exe
[r8]: https://downloads.unidata.ucar.edu/netcdf-c/major.minor.point/netCDFmajor.minor.point-NC4-DAP-64.exe
[r1]: https://downloads.unidata.ucar.edu/netcdf-c/4.9.3-rc2/netCDF4.9.3-rc2-NC3-32.exe
[r2]: https://downloads.unidata.ucar.edu/netcdf-c/4.9.3-rc2/netCDF4.9.3-rc2-NC3-DAP-32.exe
[r3]: https://downloads.unidata.ucar.edu/netcdf-c/4.9.3-rc2/netCDF4.9.3-rc2-NC4-32.exe
[r4]: https://downloads.unidata.ucar.edu/netcdf-c/4.9.3-rc2/netCDF4.9.3-rc2-NC4-DAP-32.exe
[r5]: https://downloads.unidata.ucar.edu/netcdf-c/4.9.3-rc2/netCDF4.9.3-rc2-NC3-64.exe
[r6]: https://downloads.unidata.ucar.edu/netcdf-c/4.9.3-rc2/netCDF4.9.3-rc2-NC3-DAP-64.exe
[r7]: https://downloads.unidata.ucar.edu/netcdf-c/4.9.3-rc2/netCDF4.9.3-rc2-NC4-64.exe
[r8]: https://downloads.unidata.ucar.edu/netcdf-c/4.9.3-rc2/netCDF4.9.3-rc2-NC4-DAP-64.exe