File tree 2 files changed +5
-5
lines changed
pages/development-resources
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" )
35
35
# Declare project name
36
36
#---------------------
37
37
project (
38
- jsonfortran
39
- VERSION 8.3 .0
38
+ jsonfortran
39
+ VERSION 8.4 .0
40
40
LANGUAGES Fortran
41
41
)
42
42
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ remain accurate.
51
51
string
52
52
1. Add `pages/releases/index.md` to the git index: `git add pages/releases/index.md`
53
53
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 `
57
57
1 . Edit the ` json_fortran_version ` string in ` json_module.F90 `
58
58
1. Add these files to the git index: `git add .VERSION README.md ./src/json_module.F90`
59
59
1 . Commit the changes to the master branch: ` git commit `
You can’t perform that action at this time.
0 commit comments