This commit is contained in:
Russ Rew 2014-03-21 12:44:46 -06:00
commit f70bedd26c
5 changed files with 18 additions and 20 deletions

View File

@ -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)
@ -325,7 +325,7 @@ MACRO(print_conf_summary)
MESSAGE(STATUS "CMAKE_C_COMPILER:\t\t ${CMAKE_C_COMPILER}")
MESSAGE(STATUS "CMAKE_C_FLAGS:\t\t" ${CMAKE_C_FLAGS})
IF("${CMAKE_BUILD_TYPE}" STREQUAL "DEBUG")
MESSAGE(STATUS "CMAKE_C_FLAGS_DEBUG:\t" ${CMAKE_C_FLAGS_DEBUG})
MESSAGE(STATUS "CMAKE_C_FLAGS_DEBUG:\t\t" ${CMAKE_C_FLAGS_DEBUG})
ENDIF()
IF("${CMAKE_BUILD_TYPE}" STREQUAL "RELEASE")
MESSAGE(STATUS "CMAKE_C_FLAGS_RELEASE:\t" ${CMAKE_C_FLAGS_RELEASE})

View File

@ -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

View File

@ -7,7 +7,7 @@ This file contains a high-level description of this package's evolution. Release
## 4.3.2 Released TBD
### 4.3.2-rc1 Released 2014-03-19
### 4.3.2-rc1 Released 2014-03-20
* Pre-built Windows downloads will now be bundled with the latest (as of the time of this writing) versions of the various dependencies:
* `hdf5: 1.8.12`
@ -38,8 +38,6 @@ This file contains a high-level description of this package's evolution. Release
* Addressed an issue related to old DAP servers. [NCF-287](https://bugtracking.unidata.ucar.edu/browse/NCF-287)
* When using `cmake` to build, and `doxygen` is detected, documentation is now built automatically unless suppressed with `-DENABLE_DOXYGEN=OFF`.
## 4.3.1.1 Released 2014-02-05
This is a bug-fix-only release for version 4.3.1.

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.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.

View File

@ -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