Skip to content

Commit

Permalink
Version 0.29a release
Browse files Browse the repository at this point in the history
  • Loading branch information
thedjnK committed Aug 15, 2024
1 parent 302ac39 commit aa47499
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 @@ -104,7 +104,7 @@
// Constants
/******************************************************************************/
//Constants for version and functions
const QString UwVersion = "0.29"; //Version string
const QString UwVersion = "0.29a"; //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, 28, 1, 0
PRODUCTVERSION 0, 28, 1, 0
FILEVERSION 0, 29, 1, 0
PRODUCTVERSION 0, 29, 1, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
Expand All @@ -19,12 +19,12 @@
BEGIN
VALUE "CompanyName", "thedjnK\0"
VALUE "FileDescription", "AuTerm\0"
VALUE "FileVersion", "0.29.0.0\0"
VALUE "FileVersion", "0.29.1.0\0"
VALUE "InternalName", "AuTerm\0"
VALUE "LegalCopyright", "Copyright 2023-2024 thedjnK\0"
VALUE "OriginalFilename", "AuTerm.exe\0"
VALUE "ProductName", "AuTerm\0"
VALUE "ProductVersion", "0.29.0.0\0"
VALUE "ProductVersion", "0.29.1.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.29
0.29a

0 comments on commit aa47499

Please sign in to comment.