Skip to content

Commit

Permalink
Merge pull request #52 from ryobg/develop
Browse files Browse the repository at this point in the history
Almost there, correct AGAIN the version numbers...
  • Loading branch information
ryobg authored Dec 9, 2018
2 parents 215965e + 3654027 commit dfc1ff4
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 2017
version: '4.1.5.{build}'
version: '4.1.6.{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 1
# define JC_PATCH_VERSION 5
# define JC_PATCH_VERSION 6

# define JC_FILE_VERSION JC_API_VERSION, JC_FEATURE_VERSION, JC_PATCH_VERSION, 0

Expand Down

0 comments on commit dfc1ff4

Please sign in to comment.