Skip to content

Commit

Permalink
Version 0.34 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thedjnK committed Nov 9, 2024
1 parent a6d6db9 commit b932ce7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AuTerm/AutMainWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
// Constants
/******************************************************************************/
//Constants for version and functions
const QString UwVersion = "0.33a"; //Version string
const QString UwVersion = "0.34"; //Version string
//Constants for timeouts and streaming
const qint16 FileReadBlock = 512; //Number of bytes to read per block when streaming files
const qint16 StreamProgress = 10000; //Number of bytes between streaming progress updates
Expand Down
8 changes: 4 additions & 4 deletions AuTerm/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, 33, 1, 0
PRODUCTVERSION 0, 33, 1, 0
FILEVERSION 0, 34, 0, 0
PRODUCTVERSION 0, 34, 0, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
Expand All @@ -18,12 +18,12 @@
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "AuTerm\0"
VALUE "FileVersion", "0.33.1.0\0"
VALUE "FileVersion", "0.34.0.0\0"
VALUE "InternalName", "AuTerm\0"
VALUE "LegalCopyright", "Copyright 2023-2024 Jamie McCrae\0"
VALUE "OriginalFilename", "AuTerm.exe\0"
VALUE "ProductName", "AuTerm\0"
VALUE "ProductVersion", "0.33.1.0\0"
VALUE "ProductVersion", "0.34.0.0\0"
END
END
END
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.33a
0.34

0 comments on commit b932ce7

Please sign in to comment.