Skip to content

Commit

Permalink
version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpatt committed Nov 13, 2021
1 parent 0de11e1 commit 01bff3c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmake/versioning.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(SKSE_VERSION_MAJOR 2)
set(SKSE_VERSION_MINOR 1)
set(SKSE_VERSION_PATCH 1)
set(SKSE_VERSION_PATCH 2)

set(RUNTIME_VERSION_MAJOR 1)
set(RUNTIME_VERSION_MINOR 6)
Expand Down
6 changes: 3 additions & 3 deletions skse64_common/skse_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// these have to be macros so they can be used in the .rc
#define SKSE_VERSION_INTEGER 2
#define SKSE_VERSION_INTEGER_MINOR 1
#define SKSE_VERSION_INTEGER_BETA 1
#define SKSE_VERSION_VERSTRING "0, 2, 1, 1"
#define SKSE_VERSION_INTEGER_BETA 2
#define SKSE_VERSION_VERSTRING "0, 2, 1, 2"
#define SKSE_VERSION_PADDEDSTRING "0001"
#define SKSE_VERSION_RELEASEIDX 66

Expand Down Expand Up @@ -42,6 +42,6 @@
// information about the state of the game at the time of release
#define SKSE_TARGETING_BETA_VERSION 0
#define CURRENT_RELEASE_RUNTIME RUNTIME_VERSION_1_6_318
#define CURRENT_RELEASE_SKSE_STR "2.1.1"
#define CURRENT_RELEASE_SKSE_STR "2.1.2"

#endif /* __SKSE_VERSION_H__ */
2 changes: 1 addition & 1 deletion skse64_readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Skyrim Script Extender 64 v2.1.1 beta
Skyrim Script Extender 64 v2.1.2 beta
by Ian Patterson and Stephen Abel (ianpatt and behippo)
Thanks to: Paul Connelly (scruggsywuggsy the ferret), gibbed, Purple Lunchbox, snakster
Special thanks to eternity for the help getting this finished. Can't thank you enough.
Expand Down
4 changes: 4 additions & 0 deletions skse64_whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.1.2
- reworked plugin version checking and enabled plugin manager
- fixed crash when using alchemy tables (alchemy category hook)

2.1.1
- support for 1.6.318

Expand Down

0 comments on commit 01bff3c

Please sign in to comment.