Skip to content

Commit

Permalink
release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjnixon committed Sep 12, 2022
1 parent 4548334 commit 1f3e87d
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.14.0 (September 12, 2022)

### Added
- Added support for AudioChannelFormatIDRef in AudioTrackUID as per BS.2076-2
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.13.0 LANGUAGES CXX)
project(libadm VERSION 0.14.0 LANGUAGES CXX)

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

0 comments on commit 1f3e87d

Please sign in to comment.