+2016-07-02 Moritz Bunkus <moritz@bunkus.org>
+
+ * Released v1.4.5.
+
2016-04-24 Moritz Bunkus <moritz@bunkus.org>
* KaxSemantic: add new colour-related elements.
-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])
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
START_LIBMATROSKA_NAMESPACE
-#define LIBMATROSKA_VERSION 0x010404
+#define LIBMATROSKA_VERSION 0x010405
extern const std::string KaxCodeVersion;
extern const std::string KaxCodeDate;
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