File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
pages/development-resources Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ include ( "cmake/checkOutOfSource.cmake" )
3535# Declare project name
3636#---------------------
3737project (
38- jsonfortran
39- VERSION 8.3 .0
38+ jsonfortran
39+ VERSION 8.4 .0
4040 LANGUAGES Fortran
4141)
4242
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ remain accurate.
5151 string
5252 1. Add `pages/releases/index.md` to the git index: `git add pages/releases/index.md`
5353 1 . Update the version string in remaining files requiring manual edits:
54- 1 . Edit the product version in cmake
55- 1 . Run cmake to product the .VERSION file
56- 1 . Edit the CMake example on line 142 of ` README.md `
54+ 1 . Edit the product version in CMake
55+ 1 . Run cmake to generate the ` .VERSION ` file (or manually update this file if not running CMake)
56+ 1 . Edit the CMake example on line 141 of ` README.md `
5757 1 . Edit the ` json_fortran_version ` string in ` json_module.F90 `
5858 1. Add these files to the git index: `git add .VERSION README.md ./src/json_module.F90`
5959 1 . Commit the changes to the master branch: ` git commit `
You can’t perform that action at this time.
0 commit comments