Skip to content

Commit

Permalink
v1.00, public release
Browse files Browse the repository at this point in the history
  • Loading branch information
thedjnK committed Jul 16, 2015
1 parent 22fefb4 commit ccc0c6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion UwxMainWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
#define MODE_CHECK_FIRMWARE_VERSIONS 17
#define MODE_CHECK_FIRMWARE_SUPPORT 18
//Defines for version and functions
#define UwVersion "0.96f" //Version string
#define UwVersion "1.00" //Version string
#define FileReadBlock 512 //Number of bytes to read per block when streaming files
#define StreamProgress 10000 //Number of bytes between streaming progress updates
#define BatchTimeout 4000 //Time (in mS) to wait for getting a response from a batch command for
Expand Down
8 changes: 4 additions & 4 deletions version.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0, 96, 6, 0
PRODUCTVERSION 0, 96, 6, 0
FILEVERSION 1, 0, 0, 0
PRODUCTVERSION 1, 0, 0, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
Expand All @@ -19,12 +19,12 @@
BEGIN
VALUE "CompanyName", "Laird\0"
VALUE "FileDescription", "UwTerminalX\0"
VALUE "FileVersion", "0.96.6.0\0"
VALUE "FileVersion", "1.0.0.0\0"
VALUE "InternalName", "UwTerminalX\0"
VALUE "LegalCopyright", "Copyright 2015 by Laird\0"
VALUE "OriginalFilename", "UwTerminalX.exe\0"
VALUE "ProductName", "UwTerminalX\0"
VALUE "ProductVersion", "0.96.6.0\0"
VALUE "ProductVersion", "1.0.0.0\0"
END
END
END
Expand Down

0 comments on commit ccc0c6d

Please sign in to comment.