Skip to content

Commit e39af74

Browse files
committed
Update changelog
1 parent d235a76 commit e39af74

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

obse/obse_common/obse_version.h

Lines changed: 3 additions & 3 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 12 //Avoid using revision 0 (at least 1 mod break for this)
7-
#define OBSE_VERSION_INTEGER_HOTIFX 1
8-
#define OBSE_VERSION_VERSTRING "0, 22, 12, 1"
6+
#define OBSE_VERSION_INTEGER_MINOR 13 //Avoid using revision 0 (at least 1 mod break for this)
7+
#define OBSE_VERSION_INTEGER_HOTIFX 0
8+
#define OBSE_VERSION_VERSTRING "0, 22, 13, 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: 5 additions & 5 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,12,1
18-
PRODUCTVERSION 0,22,12,1
17+
FILEVERSION 0,22,13,0
18+
PRODUCTVERSION 0,22,13,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.12.1"
34+
VALUE "FileVersion", "0.22.13.0"
3535
VALUE "InternalName", "obse"
36-
VALUE "LegalCopyright", "Copyright (C) 2006-2023"
36+
VALUE "LegalCopyright", "Copyright (C) 2006-2025"
3737
VALUE "ProductName", "obse"
38-
VALUE "ProductVersion", "0.22.12.1"
38+
VALUE "ProductVersion", "0.22.13.0"
3939
END
4040
END
4141
BLOCK "VarFileInfo"

obse_whatsnew.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
xOBSE 22.13
2+
Fix:
3+
- Fix some GetTotalAE ... C family commands, that could cause a crash (in particualr with OBSE compiler and expressions)
4+
- Check for EffectList presence in GetMagicItemEffectCount, fixing a possible CTD when using wrong types forms
5+
16
xOBSE 22.12.1
27
Fix:
38
- Fix a serious regression in CS preventing some TESForm initialization for TESConditionItem forms

0 commit comments

Comments
 (0)