From aa47499ae9017a99a88ad9a11da2cad601006505 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Thu, 15 Aug 2024 21:50:01 +0100 Subject: [PATCH] Version 0.29a release --- AuTerm/AutMainWindow.h | 2 +- AuTerm/version.rc | 8 ++++---- version.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AuTerm/AutMainWindow.h b/AuTerm/AutMainWindow.h index 5849ea9..3dd6acb 100644 --- a/AuTerm/AutMainWindow.h +++ b/AuTerm/AutMainWindow.h @@ -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 diff --git a/AuTerm/version.rc b/AuTerm/version.rc index 1d44cec..b5e5667 100644 --- a/AuTerm/version.rc +++ b/AuTerm/version.rc @@ -1,8 +1,8 @@ #include 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 @@ -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 diff --git a/version.txt b/version.txt index 0c8ab84..d7bab61 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.29 \ No newline at end of file +0.29a \ No newline at end of file