diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f08f8fcea..3fc73286f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ -24.12.31.2 -========== +25.1.1 +====== + Sped up hook installation a little bit to reduce hook races. 24.12.31.1 diff --git a/include/SpecialK/DLL_VERSION.H b/include/SpecialK/DLL_VERSION.H index 92340cc67..a073dc6d3 100644 --- a/include/SpecialK/DLL_VERSION.H +++ b/include/SpecialK/DLL_VERSION.H @@ -1,10 +1,10 @@ #pragma once -#define SK_YEAR 24 -#define SK_MONTH 12 -#define SK_DATE 31 -#define SK_REV_N 2 -#define SK_REV 2 +#define SK_YEAR 25 +#define SK_MONTH 1 +#define SK_DATE 1 +#define SK_REV_N 0 +#define SK_REV 0 #ifndef _A2 #define _A2(a) #a