Skip to content

Commit 62139ba

Browse files
committed
update version
1 parent 9c6e3fc commit 62139ba

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

obse/obse_common/obse_version.aps

0 Bytes
Binary file not shown.

obse/obse_common/obse_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
// these have to be macros so they can be used in the .rc
55
#define OBSE_VERSION_INTEGER 22
6-
#define OBSE_VERSION_INTEGER_MINOR 11 //Avoid using revision 0 (at least 1 mod break for this)
6+
#define OBSE_VERSION_INTEGER_MINOR 12 //Avoid using revision 0 (at least 1 mod break for this)
77
#define OBSE_VERSION_INTEGER_HOTIFX 0
8-
#define OBSE_VERSION_VERSTRING "0, 22, 11, 0"
8+
#define OBSE_VERSION_VERSTRING "0, 22, 12, 0"
99
#define OBSE_VERSION_PADDEDSTRING "0022"
1010

1111
// build numbers are the month and date each build was made

obse/obse_common/obse_version.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ LANGUAGE LANG_ITALIAN, SUBLANG_ITALIAN
1414
//
1515

1616
1 VERSIONINFO
17-
FILEVERSION 0,22,11,0
18-
PRODUCTVERSION 0,22,11,0
17+
FILEVERSION 0,22,12,0
18+
PRODUCTVERSION 0,22,12,0
1919
FILEFLAGSMASK 0x17L
2020
#ifdef _DEBUG
2121
FILEFLAGS 0x1L
@@ -31,11 +31,11 @@ BEGIN
3131
BLOCK "041004b0"
3232
BEGIN
3333
VALUE "FileDescription", "A component of the Oblivion Script Extender"
34-
VALUE "FileVersion", "0.22.11.0"
34+
VALUE "FileVersion", "0.22.12.0"
3535
VALUE "InternalName", "obse"
3636
VALUE "LegalCopyright", "Copyright (C) 2006-2023"
3737
VALUE "ProductName", "obse"
38-
VALUE "ProductVersion", "0.22.11.0"
38+
VALUE "ProductVersion", "0.22.12.0"
3939
END
4040
END
4141
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)