Skip to content

Commit

Permalink
release version is set to 5.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed Oct 18, 2016
1 parent 99097a8 commit 946e6ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Taudem5PCVS2015/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,5,0
PRODUCTVERSION 5,3,5,0
FILEVERSION 5,3,7,0
PRODUCTVERSION 5,3,7,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.5.0"
VALUE "FileVersion", "5.3.7.0"
VALUE "InternalName", "TauDEM 5"
VALUE "LegalCopyright", "Copyright (C) 2016 GPL V3"
VALUE "ProductName", "TauDEM"
VALUE "ProductVersion", "5.3.5.0"
VALUE "ProductVersion", "5.3.7.0"
END
END
BLOCK "VarFileInfo"
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.5"
#define TDVERSION "5.3.7"

enum DATA_TYPE
{ SHORT_TYPE,
Expand Down

0 comments on commit 946e6ad

Please sign in to comment.