Skip to content

Commit

Permalink
chore: autopublish 2022-03-13T19:10:41Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 13, 2022
1 parent d13eab8 commit d024653
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)

project (
MvProject
VERSION 1.0.7
VERSION 1.0.29
LANGUAGES CXX C
)

Expand Down
12 changes: 6 additions & 6 deletions ModelViewer/ModelViewer.rc
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,8 @@ BEGIN
DEFPUSHBUTTON "OK",IDOK,161,7,50,14,WS_GROUP
ICON IDR_MAINFRAME,IDC_STATIC,7,7,20,20
LTEXT "Model Viewer for Modflow 6",IDC_MV_VERSION,45,7,107,10,SS_NOPREFIX
LTEXT "Version 1.0.7",IDC_STATIC,45,20,107,10
LTEXT "03/13/2022 (compiled Mar 13 2022 01:35:39)",IDC_MV_RELEASE,45,33,129,8
LTEXT "Version 1.0.29",IDC_STATIC,45,20,107,10
LTEXT "03/13/2022 (compiled Mar 13 2022 19:10:41)",IDC_MV_RELEASE,45,33,129,8
GROUPBOX "Notice",IDC_STATIC,7,47,204,49
LTEXT "This software uses the Visualization Toolkit (vtk), written and copyrighted by Ken Martin, Will Schroeder and Bill Lorensen. The authors of vtk have granted permission to use, copy, and distribute vtk while retaining their copyright. ",IDC_STATIC,15,59,191,34
GROUPBOX "Disclaimer",IDC_STATIC,7,98,204,119
Expand Down Expand Up @@ -1550,8 +1550,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,7,48
PRODUCTVERSION 1,0,7,48
FILEVERSION 1,0,29,62
PRODUCTVERSION 1,0,29,62
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -1568,12 +1568,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "USGS"
VALUE "FileDescription", "Model Viewer for Modflow 6"
VALUE "FileVersion", "1.0.7.48"
VALUE "FileVersion", "1.0.29.62"
VALUE "InternalName", "Model Viewer for Modflow 6"
VALUE "LegalCopyright", "public domain"
VALUE "OriginalFilename", "mvmf6.exe"
VALUE "ProductName", "Model Viewer for Modflow 6"
VALUE "ProductVersion", "1.0.7.48"
VALUE "ProductVersion", "1.0.29.62"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit d024653

Please sign in to comment.