Skip to content

Commit

Permalink
Bump JC version to 4.2.8 for the SKSE 2.2.5 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryobg committed Dec 10, 2023
1 parent e7df98b commit 041830a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: Visual Studio 2019
version: '4.2.7.{build}'
version: '4.2.8.{build}'
platform: x64
branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion src/JContainers/src/jcontainers_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace collections {

# define JC_API_VERSION 4
# define JC_FEATURE_VERSION 2
# define JC_PATCH_VERSION 7
# define JC_PATCH_VERSION 8

# define JC_FILE_VERSION JC_API_VERSION, JC_FEATURE_VERSION, JC_PATCH_VERSION, 0

Expand Down

0 comments on commit 041830a

Please sign in to comment.