Skip to content

Commit

Permalink
chore: prepare release 2.3.1 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette authored Mar 16, 2024
2 parents 9335bd5 + 4767e44 commit 745bd25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Significant changes per release

## 2.3.1

* Fix missing macro error when deprecation is disabled

## 2.3.0

* Added missing 2D/4D variants of some vector arithmetic
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.3.00.{build}
version: 2.3.1.{build}

environment:
PYTHON: "C:\\Python36-x64\\python.exe"
Expand Down
2 changes: 1 addition & 1 deletion includes/rtm/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#define RTM_VERSION_MAJOR 2
#define RTM_VERSION_MINOR 3
#define RTM_VERSION_PATCH 0
#define RTM_VERSION_PATCH 1

////////////////////////////////////////////////////////////////////////////////
// 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_rtm
sonar.projectName=Realtime Math
sonar.projectVersion=2.3.0
sonar.projectVersion=2.3.1

sonar.sources=includes,tests/sources,tests/main_generic

Expand Down

0 comments on commit 745bd25

Please sign in to comment.