Skip to content

Commit

Permalink
v4.8.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiooliveira72 committed May 16, 2024
1 parent 1e6ac3c commit cb4043a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PROJECT(DSSAT-CSM Fortran)
SET(MAJOR 4)
SET(MINOR 8)
SET(MODEL 2)
SET(BUILD 9)
SET(BUILD 10)

# Get the current working branch
execute_process(
Expand Down
20 changes: 10 additions & 10 deletions Resources/Version48.rc
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

2 TEXTINCLUDE
BEGIN
"#include ""winres.h""\r\n"
"#include ""winver.h""\r\n"
"\0"
END
//BEGIN
// "#include ""winres.h""\r\n"
// "#include ""winver.h""\r\n"
// "\0"
//END

3 TEXTINCLUDE
BEGIN
Expand All @@ -52,8 +52,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,8,2,0
PRODUCTVERSION 4,8,2,0
FILEVERSION 4,8,2,10
PRODUCTVERSION 4,8,2,10
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,12 +70,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "DSSAT Foundation"
VALUE "FileDescription", "CSM4.8"
VALUE "FileVersion", "4.8.2.0"
VALUE "FileVersion", "4.8.2.10"
VALUE "InternalName", "CSM4.8"
VALUE "LegalCopyright", "Copyright (C) 2023"
VALUE "LegalCopyright", "Copyright (C) 2024"
VALUE "OriginalFilename", "DSCSM048.exe"
VALUE "ProductName", "DSSAT Foundation DSCSM048"
VALUE "ProductVersion", "4.8.2.0"
VALUE "ProductVersion", "4.8.2.10"
END
END
BLOCK "VarFileInfo"
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 @@
CHARACTER(len=*), PARAMETER :: VBranch = '-@BRANCH@'

! Version history:
! 4.8.2.9 FO 2024-05-16 PR 406 Commit SHA: 6488713
! 4.8.2.10 FO 2024-05-16 PR 413 Commit SHA: 1e6ac3c
! 4.8.2.9 FO 2024-05-16 PR 412 Commit SHA: 6488713
! 4.8.2.8 FO 2024-04-26 PR 406 Commit SHA: f65fc5c
! 4.8.2.7 FO 2024-03-22 PR 402 Commit SHA: 9b4a3cd
! 4.8.2.6 FO 2024-02-16 PR 397 & 400 Commit SHA: fccf858
Expand Down

0 comments on commit cb4043a

Please sign in to comment.