Skip to content

Commit

Permalink
Bumped versions/added text for next release cycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Jul 25, 2022
1 parent 9b65bb9 commit 8927589
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(PACKAGE "${NC4F_CTEST_PROJECT_NAME}" CACHE STRING "")
#Project Version
SET(NC4F_VERSION_MAJOR 4)
SET(NC4F_VERSION_MINOR 6)
SET(NC4F_VERSION_PATCH 0)
SET(NC4F_VERSION_PATCH 1)
SET(NC4F_VERSION_NOTE "-development")
SET(NC4F_VERSION ${NC4F_VERSION_MAJOR}.${NC4F_VERSION_MINOR}.${NC4F_VERSION_PATCH}${NC4F_VERSION_NOTE})
SET(VERSION ${NC4F_VERSION})
Expand Down
13 changes: 12 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ Release Notes {#nf_release_notes}
This file contains a high-level description of this package's evolution.
Entries are in reverse chronological order (most recent first).

## 4.6.0 - Release TBD
## 4.6.1 - TBD

### Requirements

### Notable Changes

### Other Changes

## 4.6.0 - July 27, 2022

### Requirements

Expand All @@ -15,8 +23,11 @@ Entries are in reverse chronological order (most recent first).
### Notable Changes

* Introduction of Quantize functionality (this description line is a placeholder)
* Plugin Support (this description line is a placeholder)
### Other Changes

* Will be generated via GitHub automation.

## 4.5.4 - January 7, 2022

### Requirements
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
AC_PREREQ([2.59])

# Initialize with name, version, and support email address.
AC_INIT([netCDF-Fortran], [4.6.0-development], [[email protected]])
AC_INIT([netCDF-Fortran], [4.6.1-development], [[email protected]])

# Create the VERSION file, which contains the package version from
# AC_INIT.
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile.developer
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = netcdf-fortran
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.6.0-Development
PROJECT_NUMBER = 4.6.1-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
Expand Down

0 comments on commit 8927589

Please sign in to comment.