From: Moritz Bunkus Date: Sat, 2 Jul 2016 13:51:38 +0000 (+0200) Subject: Bump version number, add release message X-Git-Tag: release-1.4.5^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0972efa82a416fb3f1a97d7ea574dfc8eb7a6edf;p=libmatroska Bump version number, add release message --- diff --git a/ChangeLog b/ChangeLog index b9c46cc..78bc495 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-07-02 Moritz Bunkus + + * Released v1.4.5. + 2016-04-24 Moritz Bunkus * KaxSemantic: add new colour-related elements. diff --git a/configure.ac b/configure.ac index 61b4fb8..913aee5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libmatroska], [1.4.4]) +AC_INIT([libmatroska], [1.4.5]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -9,6 +9,6 @@ AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug], [Add -g -DDEBUG to compile flags]), [enable_debug="$withval"], [enable_debug=no]) AM_CONDITIONAL([ENABLE_DEBUG], [test "$enable_debug" = yes]) -PKG_CHECK_MODULES([EBML],[libebml >= 1.3.3]) +PKG_CHECK_MODULES([EBML],[libebml >= 1.3.4]) AC_CONFIG_FILES([Makefile libmatroska.pc]) AC_OUTPUT diff --git a/matroska/KaxVersion.h b/matroska/KaxVersion.h index e98f687..13160e8 100644 --- a/matroska/KaxVersion.h +++ b/matroska/KaxVersion.h @@ -40,7 +40,7 @@ START_LIBMATROSKA_NAMESPACE -#define LIBMATROSKA_VERSION 0x010404 +#define LIBMATROSKA_VERSION 0x010405 extern const std::string KaxCodeVersion; extern const std::string KaxCodeDate; diff --git a/src/KaxVersion.cpp b/src/KaxVersion.cpp index b6b168a..26511b1 100644 --- a/src/KaxVersion.cpp +++ b/src/KaxVersion.cpp @@ -37,7 +37,7 @@ START_LIBMATROSKA_NAMESPACE -const std::string KaxCodeVersion = "1.4.4"; +const std::string KaxCodeVersion = "1.4.5"; // Up to version 1.4.4 this library exported a build date string. As // this made the build non-reproducible, replace it by a placeholder to