Skip to content

Commit

Permalink
chore: autopublish 2022-04-05T22:45:43Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 5, 2022
1 parent f55f21b commit 841bd29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.12
VERSION 1.0.51
LANGUAGES CXX C
)

Expand Down
18 changes: 9 additions & 9 deletions ModelViewer/ModelViewer.rc
Original file line number Diff line number Diff line change
Expand Up @@ -769,14 +769,14 @@ 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.12",IDC_STATIC,45,20,107,10
LTEXT "03/25/2022 (compiled Mar 25 2022 14:49:37)",IDC_MV_RELEASE,45,33,129,8
LTEXT "Version 1.0.51",IDC_STATIC,45,20,107,10
LTEXT "04/05/2022 (compiled Apr 05 2022 22:45:40)",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
LTEXT "This software is preliminary or provisional and is subject to revision. It is being provided to meet the need for timely best science. The software has not received final approval by the U.S. Geological Survey (USGS).",IDC_STATIC,15,110,189,34
LTEXT "No warranty, expressed or implied, is made by the USGS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty.",IDC_STATIC,15,148,190,34
LTEXT "The software is provided on the condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from the authorized or unauthorized use of the software.",IDC_STATIC,15,187,190,26
LTEXT "This software has been approved for release by the U.S. Geological Survey (USGS). Although the software has been subjected to rigorous review, the USGS reserves the right to update the software as needed pursuant to further analysis and review.",IDC_STATIC,15,110,189,40
LTEXT "No warranty, expressed or implied, is made by the USGS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty.",IDC_STATIC,15,152,190,34
LTEXT "Furthermore, the software is released on condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from its authorized or unauthorized use.",IDC_STATIC,15,187,190,26
GROUPBOX "Credits",IDC_STATIC,7,220,204,42
LTEXT "Model Viewer for Modflow 6 was developed by\nPaul A. Hsieh ([email protected]) and \nScott Charlton ([email protected])",IDC_STATIC,15,231,189,25
END
Expand Down Expand Up @@ -1550,8 +1550,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,12,64
PRODUCTVERSION 1,0,12,64
FILEVERSION 1,0,51,91
PRODUCTVERSION 1,0,51,91
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.12.64"
VALUE "FileVersion", "1.0.51.91"
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.12.64"
VALUE "ProductVersion", "1.0.51.91"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 841bd29

Please sign in to comment.