Skip to content

Commit

Permalink
Update release notes, build scaffolding with proper version numbers f…
Browse files Browse the repository at this point in the history
…or this release.
  • Loading branch information
WardF committed Jul 25, 2022
1 parent 8927589 commit 3b48f77
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 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 1)
SET(NC4F_VERSION_PATCH 0)
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
9 changes: 0 additions & 9 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ 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.1 - TBD

### Requirements

### Notable Changes

### Other Changes

## 4.6.0 - July 27, 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.1-development], [[email protected]])
AC_INIT([netCDF-Fortran], [4.6.0], [[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.1-Development
PROJECT_NUMBER = 4.6.0

# 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 3b48f77

Please sign in to comment.