Skip to content

Commit

Permalink
release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjnixon committed Feb 15, 2022
1 parent fd63926 commit 446a1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.13.0 (February 15, 2022)

### Added
- Added support for Cartesian speaker positions.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include_directories(include)
############################################################
# init project
############################################################
project(libadm VERSION 0.12.0 LANGUAGES CXX)
project(libadm VERSION 0.13.0 LANGUAGES CXX)

if(${PROJECT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
set(IS_ROOT_PROJECT TRUE)
Expand Down

0 comments on commit 446a1a4

Please sign in to comment.