mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-19 17:30:27 +08:00
Updated version strings in support of next development cycle.
This commit is contained in:
parent
2e30f8c43c
commit
c73d9319ed
@ -13,7 +13,7 @@ project(netCDF
|
||||
LANGUAGES C CXX
|
||||
HOMEPAGE_URL "https://www.unidata.ucar.edu/software/netcdf/"
|
||||
DESCRIPTION "NetCDF is a set of software libraries and machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data."
|
||||
VERSION 4.9.4
|
||||
VERSION 4.10.0
|
||||
)
|
||||
|
||||
#####
|
||||
|
@ -5,9 +5,7 @@ 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.9.3 - TBD
|
||||
|
||||
* Extend the netcdf API to support programmatic changes to the plugin search path. See [Github #3034](https://github.com/Unidata/netcdf-c/pull/3034) for more information.
|
||||
## 4.9.3 - January 31, 2025
|
||||
|
||||
## Known Issue
|
||||
|
||||
@ -15,6 +13,9 @@ This file contains a high-level description of this package's evolution. Release
|
||||
|
||||
## Release Notes
|
||||
|
||||
* Extend the netcdf API to support programmatic changes to the plugin search path. See [Github #3034](https://github.com/Unidata/netcdf-c/pull/3034) for more information.
|
||||
|
||||
|
||||
### Release Candidate 2 - December 6, 2024
|
||||
|
||||
> Note: To avoid a conflict between `_FillValue` and `libc++18`, we have introduced a new option, `--enable-legacy-macros` for autotools and `NETCDF_ENABLE_LEGACY_MACROS` for cmake. These are turned on by default currently but will be turned off eventually. Developers are encouraged to move away from the `FillValue` macro and replace it with the new `NC_FillValue` macro. See [Github #2858](https://github.com/Unidata/netcdf-c/issues/2858) for more information.
|
||||
|
@ -10,7 +10,7 @@
|
||||
AC_PREREQ([2.59])
|
||||
|
||||
# Initialize with name, version, and support email address.
|
||||
AC_INIT([netCDF],[4.9.4-development],[support-netcdf@unidata.ucar.edu],[netcdf-c])
|
||||
AC_INIT([netCDF],[4.10.0-development],[support-netcdf@unidata.ucar.edu],[netcdf-c])
|
||||
|
||||
##
|
||||
# Prefer an empty CFLAGS variable instead of the default -g -O2.
|
||||
@ -20,8 +20,8 @@ AC_INIT([netCDF],[4.9.4-development],[support-netcdf@unidata.ucar.edu],[netcdf-c
|
||||
: ${CFLAGS=""}
|
||||
|
||||
AC_SUBST([netCDF_VERSION_MAJOR]) netCDF_VERSION_MAJOR=4
|
||||
AC_SUBST([netCDF_VERSION_MINOR]) netCDF_VERSION_MINOR=9
|
||||
AC_SUBST([netCDF_VERSION_PATCH]) netCDF_VERSION_PATCH=4
|
||||
AC_SUBST([netCDF_VERSION_MINOR]) netCDF_VERSION_MINOR=10
|
||||
AC_SUBST([netCDF_VERSION_PATCH]) netCDF_VERSION_PATCH=0
|
||||
AC_SUBST([NC_VERSION_NOTE]) NC_VERSION_NOTE="-development"
|
||||
|
||||
##
|
||||
|
@ -38,7 +38,7 @@ PROJECT_NAME = netCDF-C
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 4.9.4-development
|
||||
PROJECT_NUMBER = 4.10.0-development
|
||||
|
||||
# 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 a
|
||||
|
Loading…
x
Reference in New Issue
Block a user