We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c01042 commit 047686fCopy full SHA for 047686f
1 file changed
AuTerm/version.rc
@@ -1,8 +1,8 @@
1
#include <windows.h>
2
3
VS_VERSION_INFO VERSIONINFO
4
- FILEVERSION 0, 16, 1, 0
5
- PRODUCTVERSION 0, 16, 1, 0
+ FILEVERSION 0, 16, 3, 0
+ PRODUCTVERSION 0, 16, 3, 0
6
FILEFLAGSMASK 0x3fL
7
FILEFLAGS 0
8
FILEOS VOS_NT_WINDOWS32
@@ -19,12 +19,12 @@
19
BEGIN
20
VALUE "CompanyName", "thedjnK\0"
21
VALUE "FileDescription", "AuTerm\0"
22
- VALUE "FileVersion", "0.16.1.0\0"
+ VALUE "FileVersion", "0.16.3.0\0"
23
VALUE "InternalName", "AuTerm\0"
24
VALUE "LegalCopyright", "Copyright 2023 thedjnK\0"
25
VALUE "OriginalFilename", "AuTerm.exe\0"
26
VALUE "ProductName", "AuTerm\0"
27
- VALUE "ProductVersion", "0.16.1.0\0"
+ VALUE "ProductVersion", "0.16.3.0\0"
28
END
29
30
0 commit comments