From ea42b0df362bda41861ffaa1b245f3559a544e4c Mon Sep 17 00:00:00 2001 From: dtarb Date: Mon, 2 May 2016 15:28:58 -0600 Subject: [PATCH] Increment version numbers to 5.3.5 --- Taudem5PCVS2010/TauDEM.rc | 8 ++++---- WindowsInstaller/setup.iss | 6 +++--- src/commonLib.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Taudem5PCVS2010/TauDEM.rc b/Taudem5PCVS2010/TauDEM.rc index 8c1ea7fe..fce20b9e 100644 --- a/Taudem5PCVS2010/TauDEM.rc +++ b/Taudem5PCVS2010/TauDEM.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 5,3,4,0 - PRODUCTVERSION 5,3,4,0 + FILEVERSION 5,3,5,0 + PRODUCTVERSION 5,3,5,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -68,11 +68,11 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "TauDEM Application" - VALUE "FileVersion", "5.3.4.0" + VALUE "FileVersion", "5.3.5.0" VALUE "InternalName", "TauDEM 5" VALUE "LegalCopyright", "Copyright (C) 2016 GPL V3" VALUE "ProductName", "TauDEM" - VALUE "ProductVersion", "5.3.4.0" + VALUE "ProductVersion", "5.3.5.0" END END BLOCK "VarFileInfo" diff --git a/WindowsInstaller/setup.iss b/WindowsInstaller/setup.iss index c037f24d..67645988 100644 --- a/WindowsInstaller/setup.iss +++ b/WindowsInstaller/setup.iss @@ -24,7 +24,7 @@ ; TauDEMArcGIS/ #define MyAppName "TauDEM" -#define MyAppVersion "5.3.4" +#define MyAppVersion "5.3.5" #define MyAppPublisher "Utah State University" #define MyAppURL "http://hydrology.usu.edu/taudem/taudem5/index.html" @@ -136,14 +136,14 @@ begin begin UserPage := CreateInputQueryPage(wpWelcome, 'The following programs will be installed', '', - 'TauDEM version 5.3.4, GDAL 1.9.2 (Python 2.7), GDAL 111 (MSVC 2010) for 64 bit Winodws PC, Microsoft Visual C++ 2010 SP1 Redistributable Package (x86), ' + + 'TauDEM version 5.3.5, GDAL 1.9.2 (Python 2.7), GDAL 111 (MSVC 2010) for 64 bit Winodws PC, Microsoft Visual C++ 2010 SP1 Redistributable Package (x86), ' + 'Microsoft Visual C++ 2010 SP1 Redistributable Package (x64), Microsoft HPC Pack 2012 MS-MPI Redistributable Package'#13#13 + notes_string); end else begin UserPage := CreateInputQueryPage(wpWelcome, 'The following programs will be installed', '', - 'TauDEM version 5.3.4, GDAL 1.9.2 (Python 2.7), GDAL 111 (MSVC 2010) for 32 bit Windows PC, Microsoft Visual C++ 2010 SP1 Redistributable Package (x86), ' + + 'TauDEM version 5.3.5, GDAL 1.9.2 (Python 2.7), GDAL 111 (MSVC 2010) for 32 bit Windows PC, Microsoft Visual C++ 2010 SP1 Redistributable Package (x86), ' + 'Microsoft HPC Pack 2012 MS-MPI Redistributable Package'#13#13 + notes_string); end end; diff --git a/src/commonLib.h b/src/commonLib.h index 40b1522c..4dd4b923 100644 --- a/src/commonLib.h +++ b/src/commonLib.h @@ -59,7 +59,7 @@ email: dtarb@usu.edu #define NOTFINISHED 0 #define FINISHED 1 -#define TDVERSION "5.3.4" +#define TDVERSION "5.3.5" enum DATA_TYPE { SHORT_TYPE,