From c39aa8d542c60f0fde4acb5074c8b7c50230e801 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 2 Jul 2016 15:48:51 +0200 Subject: [PATCH] Bump version number, add release message --- ChangeLog | 4 ++++ configure.ac | 2 +- ebml/EbmlVersion.h | 2 +- src/EbmlVersion.cpp | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) 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