Skip to content

Commit 40a0466

Browse files
committed
Version 0.36 release
1 parent fbfe358 commit 40a0466

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

AuTerm/AutMainWindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
// Constants
113113
/******************************************************************************/
114114
//Constants for version and functions
115-
const QString UwVersion = "0.35a"; //Version string
115+
const QString UwVersion = "0.36"; //Version string
116116
//Constants for timeouts and streaming
117117
const qint16 FileReadBlock = 512; //Number of bytes to read per block when streaming files
118118
const qint16 StreamProgress = 10000; //Number of bytes between streaming progress updates

AuTerm/version.rc

Lines changed: 5 additions & 5 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, 35, 1, 0
5-
PRODUCTVERSION 0, 35, 1, 0
4+
FILEVERSION 0, 36, 0, 0
5+
PRODUCTVERSION 0, 36, 0, 0
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0
88
FILEOS VOS_NT_WINDOWS32
@@ -18,12 +18,12 @@
1818
BLOCK "040904b0"
1919
BEGIN
2020
VALUE "FileDescription", "AuTerm\0"
21-
VALUE "FileVersion", "0.35.1.0\0"
21+
VALUE "FileVersion", "0.36.0.0\0"
2222
VALUE "InternalName", "AuTerm\0"
23-
VALUE "LegalCopyright", "Copyright 2023-2024 Jamie McCrae\0"
23+
VALUE "LegalCopyright", "Copyright 2023-2025 Jamie McCrae\0"
2424
VALUE "OriginalFilename", "AuTerm.exe\0"
2525
VALUE "ProductName", "AuTerm\0"
26-
VALUE "ProductVersion", "0.35.1.0\0"
26+
VALUE "ProductVersion", "0.36.0.0\0"
2727
END
2828
END
2929
END

plugins/mcumgr/plugin_mcumgr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "mcumgr",
3-
"Version": "0.14.1",
3+
"Version": "0.14.2",
44
"Type": "feature",
55
"keys": [ ]
66
}

version.txt

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

0 commit comments

Comments
 (0)