Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiixyj committed Nov 25, 2013
1 parent 25d49aa commit 1214547
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 @@ -34,7 +34,7 @@ endif()


set(EBUR128_VERSION_MAJOR 1)
set(EBUR128_VERSION 1.0.0)
set(EBUR128_VERSION 1.0.1)

add_library(ebur128_static STATIC ebur128.c)
set_property(TARGET ebur128_static PROPERTY OUTPUT_NAME ebur128)
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 0
#define EBUR128_VERSION_PATCH 0
#define EBUR128_VERSION_PATCH 1

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

Expand Down

0 comments on commit 1214547

Please sign in to comment.