Skip to content

Commit

Permalink
Version number 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtarb committed Mar 11, 2016
1 parent 6d1c6fc commit f637226
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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,2,0
PRODUCTVERSION 5,3,2,0
FILEVERSION 5,3,3,0
PRODUCTVERSION 5,3,3,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.2.0"
VALUE "FileVersion", "5.3.3.0"
VALUE "InternalName", "TauDEM 5"
VALUE "LegalCopyright", "Copyright (C) 2016 GPL V3"
VALUE "ProductName", "TauDEM"
VALUE "ProductVersion", "5.3.2.0"
VALUE "ProductVersion", "5.3.3.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.2"
#define TDVERSION "5.3.3"

enum DATA_TYPE
{ SHORT_TYPE,
Expand Down

0 comments on commit f637226

Please sign in to comment.