From 6f9560f15f77386e7a668838738ad498d1c59083 Mon Sep 17 00:00:00 2001 From: Nicholas Frechette Date: Mon, 11 Dec 2023 22:14:49 -0500 Subject: [PATCH] chore: bump version numbers --- appveyor.yml | 2 +- includes/acl/version.h | 2 +- sonar-project.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2eb31796..fdf16fdc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.1.0.{build} +version: 2.1.99.{build} environment: PYTHON: "C:\\Python36-x64\\python.exe" diff --git a/includes/acl/version.h b/includes/acl/version.h index 6548557f..e4ea3017 100644 --- a/includes/acl/version.h +++ b/includes/acl/version.h @@ -32,7 +32,7 @@ #define ACL_VERSION_MAJOR 2 #define ACL_VERSION_MINOR 1 -#define ACL_VERSION_PATCH 0 +#define ACL_VERSION_PATCH 99 //////////////////////////////////////////////////////////////////////////////// // In order to allow multiple versions of this library to coexist side by side diff --git a/sonar-project.properties b/sonar-project.properties index a91a9e29..05886a08 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.organization=nfrechette-github sonar.projectKey=nfrechette_acl sonar.projectName=Animation Compression Library -sonar.projectVersion=2.1.0 +sonar.projectVersion=2.1.99 sonar.sources=includes,tests/sources,tests/main_generic,tools/acl_compressor/sources,tools/acl_compressor/main_generic,tools/acl_decompressor/main_generic