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 Jul 10, 2022
1 parent a8b1bd4 commit 2ceeda3
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.0.5.{build}
version: 2.0.6.{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 0
#define ACL_VERSION_PATCH 5
#define ACL_VERSION_PATCH 6

////////////////////////////////////////////////////////////////////////////////
// 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.0.5
sonar.projectVersion=2.0.6

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 2ceeda3

Please sign in to comment.