Skip to content

Commit

Permalink
chore: autopublish 2022-03-15T23:28:37Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 15, 2022
1 parent 4aeb7f3 commit 1c78db4
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.9
VERSION 1.0.10
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.9",IDC_STATIC,45,20,107,10
LTEXT "03/15/2022 (compiled Mar 15 2022 18:24:47)",IDC_MV_RELEASE,45,33,129,8
LTEXT "Version 1.0.10",IDC_STATIC,45,20,107,10
LTEXT "03/15/2022 (compiled Mar 15 2022 23:28:37)",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,9,56
PRODUCTVERSION 1,0,9,56
FILEVERSION 1,0,10,58
PRODUCTVERSION 1,0,10,58
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.9.56"
VALUE "FileVersion", "1.0.10.58"
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.9.56"
VALUE "ProductVersion", "1.0.10.58"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 1c78db4

Please sign in to comment.