Skip to content

Commit

Permalink
chore: bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette committed Dec 12, 2023
1 parent d27a1b8 commit 6f9560f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.1.0.{build}
version: 2.1.99.{build}

environment:
PYTHON: "C:\\Python36-x64\\python.exe"
Expand Down
2 changes: 1 addition & 1 deletion includes/acl/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f9560f

Please sign in to comment.