Skip to content

Commit

Permalink
some cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed May 25, 2024
1 parent 87eda63 commit 4620219
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ include ( "cmake/checkOutOfSource.cmake" )
# Declare project name
#---------------------
project (
jsonfortran
VERSION 8.3.0
jsonfortran
VERSION 8.4.0
LANGUAGES Fortran
)

Expand Down
6 changes: 3 additions & 3 deletions pages/development-resources/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ remain accurate.
string
1. Add `pages/releases/index.md` to the git index: `git add pages/releases/index.md`
1. Update the version string in remaining files requiring manual edits:
1. Edit the product version in cmake
1. Run cmake to product the .VERSION file
1. Edit the CMake example on line 142 of `README.md`
1. Edit the product version in CMake
1. Run cmake to generate the `.VERSION` file (or manually update this file if not running CMake)
1. Edit the CMake example on line 141 of `README.md`
1. Edit the `json_fortran_version` string in `json_module.F90`
1. Add these files to the git index: `git add .VERSION README.md ./src/json_module.F90`
1. Commit the changes to the master branch: `git commit`
Expand Down

0 comments on commit 4620219

Please sign in to comment.