From 3338ecee52a37d33c392cd4cc13ae2527aec90a3 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 10 Mar 2017 21:16:14 +0100 Subject: [PATCH] Bump version number, add release message --- ChangeLog | 3 +++ configure.ac | 2 +- matroska/KaxVersion.h | 2 +- src/KaxVersion.cpp | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 33c8201..9e719bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-03-10 Moritz Bunkus + * Released v1.4.7 with the single change of setting the version + number in the "KaxCodeVersion" variable correctly. + * Released v1.4.6. * KaxSemantic: add new elements dealing with 360°/VR content and diff --git a/configure.ac b/configure.ac index 17e17bf..838c144 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libmatroska], [1.4.6]) +AC_INIT([libmatroska], [1.4.7]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/matroska/KaxVersion.h b/matroska/KaxVersion.h index e04770d..56d8626 100644 --- a/matroska/KaxVersion.h +++ b/matroska/KaxVersion.h @@ -40,7 +40,7 @@ START_LIBMATROSKA_NAMESPACE -#define LIBMATROSKA_VERSION 0x010406 +#define LIBMATROSKA_VERSION 0x010407 extern const std::string KaxCodeVersion; extern const std::string KaxCodeDate; diff --git a/src/KaxVersion.cpp b/src/KaxVersion.cpp index 26511b1..5c999ed 100644 --- a/src/KaxVersion.cpp +++ b/src/KaxVersion.cpp @@ -37,7 +37,7 @@ START_LIBMATROSKA_NAMESPACE -const std::string KaxCodeVersion = "1.4.5"; +const std::string KaxCodeVersion = "1.4.7"; // 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 -- 2.40.0