Skip to content

Commit 4620219

Browse files
committed
some cleanups
1 parent 87eda63 commit 4620219

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ include ( "cmake/checkOutOfSource.cmake" )
3535
# Declare project name
3636
#---------------------
3737
project (
38-
jsonfortran
39-
VERSION 8.3.0
38+
jsonfortran
39+
VERSION 8.4.0
4040
LANGUAGES Fortran
4141
)
4242

pages/development-resources/release-checklist.md

+3-3
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)