Oops, need to set version to 4.2.1-rc1 in configure.ac

This commit is contained in:
Russ Rew 2012-06-18 18:32:49 +00:00
parent 867ce4c02d
commit 37e905a015

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