Skip to content

Commit b477113

Browse files
committed
Update build info
1 parent aae87ed commit b477113

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

UwxMainWindow.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,7 @@ LOG=filename
26132613
SHOWCRLF
26142614
When displaying a TX or RX text on screen, show \t,\r,\n as well
26152615

2616-
Copyright © Laird Technologies 2015
2616+
Copyright © Laird Technologies 2015-2016
26172617
For updates and source code licensed under GPLv3, check https://github.com/LairdCP/UwTerminalX or the 'Update' tab.
26182618
Plus and Minus images obtained from http://www.clker.com
26192619

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 1, 5, 17, 0
5-
PRODUCTVERSION 1, 5, 17, 0
4+
FILEVERSION 1, 5, 20, 0
5+
PRODUCTVERSION 1, 5, 20, 0
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0
88
FILEOS VOS_NT_WINDOWS32
@@ -19,12 +19,12 @@
1919
BEGIN
2020
VALUE "CompanyName", "Laird\0"
2121
VALUE "FileDescription", "UwTerminalX\0"
22-
VALUE "FileVersion", "1.5.17.0\0"
22+
VALUE "FileVersion", "1.5.20.0\0"
2323
VALUE "InternalName", "UwTerminalX\0"
2424
VALUE "LegalCopyright", "Copyright 2015-2016 Laird\0"
2525
VALUE "OriginalFilename", "UwTerminalX.exe\0"
2626
VALUE "ProductName", "UwTerminalX\0"
27-
VALUE "ProductVersion", "1.5.17.0\0"
27+
VALUE "ProductVersion", "1.5.20.0\0"
2828
END
2929
END
3030
END

0 commit comments

Comments
 (0)