Skip to content

Commit

Permalink
update version numbers and README for 1.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jiixyj committed Feb 14, 2021
1 parent 8d766c8 commit 67b33ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,9 @@ See also [loudness-scanner tool](https://github.com/jiixyj/loudness-scanner).
News
----

v1.2.6 released:
* Fix dynamic linking on Windows.

v1.2.5 released:
* Remove `BUILD_STATIC_LIBS` build option. Instead the CMake-supported
`BUILD_SHARED_LIBS` option is now honored as expected.
Expand Down
2 changes: 1 addition & 1 deletion ebur128/CMakeLists.txt
Expand Up @@ -28,7 +28,7 @@ endif()


set(EBUR128_VERSION_MAJOR 1)
set(EBUR128_VERSION 1.2.5)
set(EBUR128_VERSION 1.2.6)

add_library(ebur128 ebur128.c)
set_target_properties(ebur128 PROPERTIES
Expand Down
2 changes: 1 addition & 1 deletion ebur128/ebur128.h
Expand Up @@ -14,7 +14,7 @@ extern "C" {

#define EBUR128_VERSION_MAJOR 1
#define EBUR128_VERSION_MINOR 2
#define EBUR128_VERSION_PATCH 5
#define EBUR128_VERSION_PATCH 6

#include <stddef.h> /* for size_t */

Expand Down

0 comments on commit 67b33ab

Please sign in to comment.