Bumped developer revision to 4.3.3-rc1, to avoid any confusion as to what version a change belongs to.

This commit is contained in:
Ward Fisher 2014-04-23 16:00:49 -06:00
parent 0c993c9990
commit 9dc06b5ccc
4 changed files with 8 additions and 4 deletions

View File

@ -14,8 +14,8 @@ set(PACKAGE "netCDF" CACHE STRING "")
#Project Version
SET(netCDF_VERSION_MAJOR 4)
SET(netCDF_VERSION_MINOR 3)
SET(netCDF_VERSION_PATCH 2)
SET(netCDF_VERSION_NOTE "")
SET(netCDF_VERSION_PATCH 3)
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)

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
PROJECT_NUMBER = 4.3.3-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

View File

@ -5,6 +5,10 @@ Release Notes {#release_notes}
This file contains a high-level description of this package's evolution. Releases are in reverse chronological order (most recent first). Note that, as of netcdf 4.2, the netcdf-c++ and netcdf-fortran libraries have been separated into their own libraries.
## 4.3.3 Released TBD
### 4.3.3-rc1 Released TBD
## 4.3.2 Released 2014-04-23
* As part of an ongoing project, the Doxygen-generated netcdf documentation has been reorganized. The goal is to make the documentation easier to parse, and to eliminate redundant material. This project is ongoing.

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