mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Updating internal version numbers to reflect upcoming 4.3.2 release candidate.
This commit is contained in:
parent
b70fe8e4c9
commit
af762fd1e8
@ -15,8 +15,8 @@ set(PACKAGE "netCDF" CACHE STRING "")
|
||||
#Project Version
|
||||
SET(netCDF_VERSION_MAJOR 4)
|
||||
SET(netCDF_VERSION_MINOR 3)
|
||||
SET(netCDF_VERSION_PATCH 1)
|
||||
SET(netCDF_VERSION_NOTE ".2")
|
||||
SET(netCDF_VERSION_PATCH 2)
|
||||
SET(netCDF_VERSION_NOTE "-rc1")
|
||||
SET(netCDF_VERSION ${netCDF_VERSION_MAJOR}.${netCDF_VERSION_MINOR}.${netCDF_VERSION_PATCH}${netCDF_VERSION_NOTE})
|
||||
SET(VERSION ${netCDF_VERSION})
|
||||
SET(netCDF_SO_VERSION 7.2.0)
|
||||
|
2
Doxyfile
2
Doxyfile
@ -32,7 +32,7 @@ PROJECT_NAME = netCDF-C
|
||||
# This could be handy for archiving the generated documentation or
|
||||
# if some version control system is used.
|
||||
|
||||
PROJECT_NUMBER = 4.3.1.2
|
||||
PROJECT_NUMBER = 4.3.2-rc1
|
||||
|
||||
# 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
|
||||
|
@ -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.2], [support-netcdf@unidata.ucar.edu])
|
||||
AC_INIT([netCDF], [4.3.2-rc1], [support-netcdf@unidata.ucar.edu])
|
||||
|
||||
# Create the VERSION file, which contains the package version from
|
||||
# AC_INIT.
|
||||
|
@ -36,16 +36,16 @@ netCDF4+DAP | [netCDF4.3.1.1-NC4-DAP-32.exe][r4] | [netCDF4.3.1.1-NC4-DAP-64.ex
|
||||
|
||||
|
||||
|
||||
## Latest Release Candidate (netCDF-C 4.3.1.1-rc6)
|
||||
## Latest Release Candidate (netCDF-C 4.3.2-rc1)
|
||||
|
||||
*Note: The latest release candidate may actually* **pre-date** *the latest stable release. If you are interested in using the latest developer snapshot on Windows, it may be downloaded from http://github.com/Unidata/netcdf-c but be warned,* **you will need to compile it yourself!**
|
||||
|
||||
Configuration | 32-bit | 64-bit |
|
||||
:-------------------|:-------- |:-------|
|
||||
netCDF 3 | [netCDF4.3.1-rc6-NC3-32.exe][rc1] | [netCDF4.3.1-rc6-NC3-64.exe][rc6]
|
||||
netCDF3+DAP | [netCDF4.3.1-rc6-NC3-DAP-32.exe][rc2] | [netCDF4.3.1-rc6-NC3-DAP-64.exe][rc6]
|
||||
netCDF4 | [netCDF4.3.1-rc6-NC4-32.exe][rc3] | [netCDF4.3.1-rc6-NC4-64.exe][rc7]
|
||||
netCDF4+DAP | [netCDF4.3.1-rc6-NC4-DAP-32.exe][rc4] | [netCDF4.3.1-rc6-NC4-DAP-64.exe][rc8]
|
||||
netCDF 3 | [netCDF4.3.2-rc1-NC3-32.exe][rc1] | [netCDF4.3.2-rc1-NC3-64.exe][rc6]
|
||||
netCDF3+DAP | [netCDF4.3.2-rc1-NC3-DAP-32.exe][rc2] | [netCDF4.3.2-rc1-NC3-DAP-64.exe][rc6]
|
||||
netCDF4 | [netCDF4.3.2-rc1-NC4-32.exe][rc3] | [netCDF4.3.2-rc1-NC4-64.exe][rc7]
|
||||
netCDF4+DAP | [netCDF4.3.2-rc1-NC4-DAP-32.exe][rc4] | [netCDF4.3.2-rc1-NC4-DAP-64.exe][rc8]
|
||||
|
||||
# Using the netCDF-C Libraries with Visual Studio
|
||||
In order to use the netcdf libraries, you must ensure that the .dll files (along with any dependencies from deps/shared/bin) are on the system path. In order to compile a program using these libraries, you must first link your program against the appropriate 'import' (.lib) libraries.
|
||||
@ -75,11 +75,11 @@ When installed, the netCDF libraries are placed in the specified locations, alon
|
||||
[r8]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.1.1-NC4-DAP-64.exe
|
||||
|
||||
|
||||
[rc1]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.1-rc6-NC3-32.exe
|
||||
[rc2]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.1-rc6-NC3-DAP-32.exe
|
||||
[rc3]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.1-rc6-NC4-32.exe
|
||||
[rc4]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.1-rc6-NC4-DAP-32.exe
|
||||
[rc6]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.1-rc6-NC3-64.exe
|
||||
[rc6]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.1-rc6-NC3-DAP-64.exe
|
||||
[rc7]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.1-rc6-NC4-64.exe
|
||||
[rc8]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.1-rc6-NC4-DAP-64.exe
|
||||
[rc1]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc1-NC3-32.exe
|
||||
[rc2]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc1-NC3-DAP-32.exe
|
||||
[rc3]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc1-NC4-32.exe
|
||||
[rc4]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc1-NC4-DAP-32.exe
|
||||
[rc6]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc1-NC3-64.exe
|
||||
[rc6]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc1-NC3-DAP-64.exe
|
||||
[rc7]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc1-NC4-64.exe
|
||||
[rc8]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc1-NC4-DAP-64.exe
|
||||
|
Loading…
Reference in New Issue
Block a user