From 365402701097a07202aeb19147c3ca9ad508f425 Mon Sep 17 00:00:00 2001 From: ryobg Date: Sun, 9 Dec 2018 10:05:56 +0200 Subject: [PATCH] Almost there, correct AGAIN the version numbers... --- appveyor.yml | 2 +- src/JContainers/src/jcontainers_constants.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c8a318b4..66ed97ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ image: Visual Studio 2017 -version: '4.1.5.{build}' +version: '4.1.6.{build}' platform: x64 branches: only: diff --git a/src/JContainers/src/jcontainers_constants.h b/src/JContainers/src/jcontainers_constants.h index 4b55be4f..b6540e08 100644 --- a/src/JContainers/src/jcontainers_constants.h +++ b/src/JContainers/src/jcontainers_constants.h @@ -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