From af762fd1e8114e8401472ba1f8a12c02c6712fe0 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Mon, 17 Mar 2014 14:34:03 -0600 Subject: [PATCH] Updating internal version numbers to reflect upcoming 4.3.2 release candidate. --- CMakeLists.txt | 4 ++-- Doxyfile | 2 +- configure.ac | 2 +- man4/{Building-with-CMake.md => bwc.md} | 0 man4/windows-binaries.md | 26 ++++++++++++------------- 5 files changed, 17 insertions(+), 17 deletions(-) rename man4/{Building-with-CMake.md => bwc.md} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index e29a27436..aa76bcd2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/Doxyfile b/Doxyfile index 1950dcb0f..a79675b94 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.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 diff --git a/configure.ac b/configure.ac index 55baddc77..845fb71bc 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.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. diff --git a/man4/Building-with-CMake.md b/man4/bwc.md similarity index 100% rename from man4/Building-with-CMake.md rename to man4/bwc.md diff --git a/man4/windows-binaries.md b/man4/windows-binaries.md index 33d0724cb..127b62ad5 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.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