diff --git a/CMakeLists.txt b/CMakeLists.txt index de9c2ee28..6b5f3540b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(PACKAGE "netCDF" CACHE STRING "") SET(netCDF_VERSION_MAJOR 4) SET(netCDF_VERSION_MINOR 3) SET(netCDF_VERSION_PATCH 2) -SET(netCDF_VERSION_NOTE "-rc1") +SET(netCDF_VERSION_NOTE "-rc2") 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) diff --git a/Doxyfile b/Doxyfile index a79675b94..94ee30a55 100755 --- a/Doxyfile +++ b/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.2-rc1 +PROJECT_NUMBER = 4.3.2-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 diff --git a/configure.ac b/configure.ac index 4b16fa252..d2265f644 100644 --- a/configure.ac +++ b/configure.ac @@ -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.2-rc1], [support-netcdf@unidata.ucar.edu]) +AC_INIT([netCDF], [4.3.2-rc2], [support-netcdf@unidata.ucar.edu]) # Create the VERSION file, which contains the package version from # AC_INIT. diff --git a/man4/windows-binaries.md b/man4/windows-binaries.md index d9e5375dd..40d38e098 100644 --- a/man4/windows-binaries.md +++ b/man4/windows-binaries.md @@ -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.2-rc1) +## Latest Release Candidate (netCDF-C 4.3.2-rc2) *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.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] +netCDF 3 | [netCDF4.3.2-rc2-NC3-32.exe][rc1] | [netCDF4.3.2-rc2-NC3-64.exe][rc6] +netCDF3+DAP | [netCDF4.3.2-rc2-NC3-DAP-32.exe][rc2] | [netCDF4.3.2-rc2-NC3-DAP-64.exe][rc6] +netCDF4 | [netCDF4.3.2-rc2-NC4-32.exe][rc3] | [netCDF4.3.2-rc2-NC4-64.exe][rc7] +netCDF4+DAP | [netCDF4.3.2-rc2-NC4-DAP-32.exe][rc4] | [netCDF4.3.2-rc2-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.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 +[rc1]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc2-NC3-32.exe +[rc2]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc2-NC3-DAP-32.exe +[rc3]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc2-NC4-32.exe +[rc4]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc2-NC4-DAP-32.exe +[rc6]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc2-NC3-64.exe +[rc6]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc2-NC3-DAP-64.exe +[rc7]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc2-NC4-64.exe +[rc8]: http://www.unidata.ucar.edu/netcdf/win_netcdf/netCDF4.3.2-rc2-NC4-DAP-64.exe