Skip to content

Commit

Permalink
Increment version numbers to 5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dtarb committed May 2, 2016
1 parent 254d9a8 commit ea42b0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Taudem5PCVS2010/TauDEM.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions WindowsInstaller/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/commonLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ email: [email protected]
#define NOTFINISHED 0
#define FINISHED 1

#define TDVERSION "5.3.4"
#define TDVERSION "5.3.5"

enum DATA_TYPE
{ SHORT_TYPE,
Expand Down

0 comments on commit ea42b0d

Please sign in to comment.