diff --git a/ChangeLog b/ChangeLog index e5665a2..8891677 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-07-02 Moritz Bunkus + + * Released v1.3.4. + 2015-11-21 Moritz Bunkus * EbmlVersion.cpp: in order to enable deterministic builds the diff --git a/configure.ac b/configure.ac index 642978c..5974bbc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libebml], [1.3.3]) +AC_INIT([libebml], [1.3.4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/ebml/EbmlVersion.h b/ebml/EbmlVersion.h index dfc35a6..e50fb95 100644 --- a/ebml/EbmlVersion.h +++ b/ebml/EbmlVersion.h @@ -42,7 +42,7 @@ START_LIBEBML_NAMESPACE -#define LIBEBML_VERSION 0x010303 +#define LIBEBML_VERSION 0x010304 extern const std::string EbmlCodeVersion; extern const std::string EbmlCodeDate; diff --git a/src/EbmlVersion.cpp b/src/EbmlVersion.cpp index 62140b7..00b0bc4 100644 --- a/src/EbmlVersion.cpp +++ b/src/EbmlVersion.cpp @@ -38,7 +38,7 @@ START_LIBEBML_NAMESPACE -const std::string EbmlCodeVersion = "1.3.3"; +const std::string EbmlCodeVersion = "1.3.4"; // Up to version 1.3.3 this library exported a build date string. As // this made the build non-reproducible, replace it by a placeholder to