Skip to content

Commit

Permalink
Merge pull request #267 from fabiooliveira72/develop
Browse files Browse the repository at this point in the history
Updated Version for CMakeLists.txt and CSMVersion
  • Loading branch information
fabiooliveira72 committed Nov 18, 2022
2 parents 9ed327e + 03f8d2d commit e0e718e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ PROJECT(DSSAT-CSM Fortran)

SET(MAJOR 4)
SET(MINOR 8)
SET(MODEL 0)
SET(BUILD 28)
SET(MODEL 1)
SET(BUILD 0)

# Get the current working branch
execute_process(
Expand Down
3 changes: 2 additions & 1 deletion Utilities/CSMVersion.for.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
! CMake no longer able to change the branch name, do it manually.
CHARACTER(len=*), PARAMETER :: VBranch = '-@BRANCH@'

! Version history:
! Version history:
! 4.8.1.0 FO 2022-10-28 Separated DSSAT-CSM-CROPSIM main file into multiple files
! 4.8.0.28 FO 2022-07-29 Make ASCE ET robust for various weather file formats
! 4.8.0.27 chp 2022-04-15 Methane initialization, error checking
! 4.8.0.26 chp 2022-03-28 Cross-over year 2035
Expand Down

0 comments on commit e0e718e

Please sign in to comment.