Skip to content

Commit 047686f

Browse files
committed
Sync version in rc file
1 parent 1c01042 commit 047686f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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, 16, 1, 0
5-
PRODUCTVERSION 0, 16, 1, 0
4+
FILEVERSION 0, 16, 3, 0
5+
PRODUCTVERSION 0, 16, 3, 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.16.1.0\0"
22+
VALUE "FileVersion", "0.16.3.0\0"
2323
VALUE "InternalName", "AuTerm\0"
2424
VALUE "LegalCopyright", "Copyright 2023 thedjnK\0"
2525
VALUE "OriginalFilename", "AuTerm.exe\0"
2626
VALUE "ProductName", "AuTerm\0"
27-
VALUE "ProductVersion", "0.16.1.0\0"
27+
VALUE "ProductVersion", "0.16.3.0\0"
2828
END
2929
END
3030
END

0 commit comments

Comments
 (0)