Incorporating changes in preparation for

releasing 4.3.0RC4.
This commit is contained in:
Ward Fisher 2013-03-27 19:19:10 +00:00
parent 57fa9b3d5f
commit b4bc5bfe24
3 changed files with 14 additions and 14 deletions

View File

@ -8,7 +8,7 @@ set(PACKAGE "netCDF" CACHE STRING "")
SET(netCDF_VERSION_MAJOR 4)
SET(netCDF_VERSION_MINOR 3)
SET(netCDF_VERSION_PATCH 0)
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})

View File

@ -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.0-rc3], [support-netcdf@unidata.ucar.edu])
AC_INIT([netCDF], [4.3.0-rc4], [support-netcdf@unidata.ucar.edu])
# Create the VERSION file, which contains the package version from
# AC_INIT.

View File

@ -16,10 +16,10 @@ These libraries can be used with Visual Studio 2010 projects. The downloads are
Configuration | 32-bit | 64-bit |
:-------------------|:-------- |:-------|
netCDF 3 | [netCDF4.3RC3-NC3-32.exe][1] | [netCDF4.3RC3-NC3-64.exe][5]
netCDF3+DAP | [netCDF4.3RC3-NC3-DAP-32.exe][2] | [netCDF4.3RC3-NC3-DAP-64.exe][6]
netCDF4 | [netCDF4.3RC3-NC4-32.exe][3] | [netCDF4.3RC3-NC4-64.exe][7]
netCDF4+DAP | [netCDF4.3RC3-NC4-DAP-32.exe][4] | [netCDF4.3RC3-NC4-DAP-64.exe][8]
netCDF 3 | [netCDF4.3RC4-NC3-32.exe][1] | [netCDF4.3RC4-NC3-64.exe][5]
netCDF3+DAP | [netCDF4.3RC4-NC3-DAP-32.exe][2] | [netCDF4.3RC4-NC3-DAP-64.exe][6]
netCDF4 | [netCDF4.3RC4-NC4-32.exe][3] | [netCDF4.3RC4-NC4-64.exe][7]
netCDF4+DAP | [netCDF4.3RC4-NC4-DAP-32.exe][4] | [netCDF4.3RC4-NC4-DAP-64.exe][8]
# 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.
@ -41,11 +41,11 @@ When installed, the netCDF libraries are placed in the specified locations, alon
Both of these issues are being actively worked on. The may be tracked in the Unidata JIRA system at <http://bugtracking.unidata.ucar.edu/>, using the provided JIRA identifiers.
[1]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC3-NC3-32.exe
[2]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC3-NC3-DAP-32.exe
[3]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC3-NC4-32.exe
[4]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC3-NC4-DAP-32.exe
[5]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC3-NC3-64.exe
[6]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC3-NC3-DAP-64.exe
[7]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC3-NC4-64.exe
[8]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC3-NC4-DAP-64.exe
[1]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC4-NC3-32.exe
[2]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC4-NC3-DAP-32.exe
[3]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC4-NC4-32.exe
[4]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC4-NC4-DAP-32.exe
[5]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC4-NC3-64.exe
[6]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC4-NC3-DAP-64.exe
[7]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC4-NC4-64.exe
[8]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3RC4-NC4-DAP-64.exe