Skip to content

Commit

Permalink
update version numbers for 1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jiixyj committed Feb 8, 2017
1 parent 77b2e53 commit a07ba9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ebur128/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif()


set(EBUR128_VERSION_MAJOR 1)
set(EBUR128_VERSION 1.2.1)
set(EBUR128_VERSION 1.2.2)

#### static
if(BUILD_STATIC_LIBS)
Expand Down
2 changes: 1 addition & 1 deletion ebur128/ebur128.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extern "C" {

#define EBUR128_VERSION_MAJOR 1
#define EBUR128_VERSION_MINOR 2
#define EBUR128_VERSION_PATCH 1
#define EBUR128_VERSION_PATCH 2

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

Expand Down

0 comments on commit a07ba9b

Please sign in to comment.