Skip to content

Commit 0318b71

Browse files
committed
Version 0.30 release
1 parent 83816e5 commit 0318b71

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

AuTerm/AutMainWindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
// Constants
105105
/******************************************************************************/
106106
//Constants for version and functions
107-
const QString UwVersion = "0.29a"; //Version string
107+
const QString UwVersion = "0.30"; //Version string
108108
//Constants for timeouts and streaming
109109
const qint16 FileReadBlock = 512; //Number of bytes to read per block when streaming files
110110
const qint16 StreamProgress = 10000; //Number of bytes between streaming progress updates

AuTerm/version.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <windows.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 0, 29, 1, 0
5-
PRODUCTVERSION 0, 29, 1, 0
4+
FILEVERSION 0, 30, 0, 0
5+
PRODUCTVERSION 0, 30, 0, 0
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0
88
FILEOS VOS_NT_WINDOWS32
@@ -19,12 +19,12 @@
1919
BEGIN
2020
VALUE "CompanyName", "thedjnK\0"
2121
VALUE "FileDescription", "AuTerm\0"
22-
VALUE "FileVersion", "0.29.1.0\0"
22+
VALUE "FileVersion", "0.30.0.0\0"
2323
VALUE "InternalName", "AuTerm\0"
2424
VALUE "LegalCopyright", "Copyright 2023-2024 thedjnK\0"
2525
VALUE "OriginalFilename", "AuTerm.exe\0"
2626
VALUE "ProductName", "AuTerm\0"
27-
VALUE "ProductVersion", "0.29.1.0\0"
27+
VALUE "ProductVersion", "0.30.0.0\0"
2828
END
2929
END
3030
END

plugins/mcumgr/plugin_mcumgr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Name": "mcumgr",
3-
"Version": "0.9.0",
3+
"Version": "0.10.0",
44
"keys": [ ]
55
}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.29a
1+
0.30

0 commit comments

Comments
 (0)