From: Moritz Bunkus Date: Fri, 20 Apr 2018 18:28:50 +0000 (+0200) Subject: bump version number to 1.4.9; include release message X-Git-Tag: release-1.4.9^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cf0198cf3df9ced38c27fac9d45bea4fe8fd74f;p=libmatroska bump version number to 1.4.9; include release message --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 01b5ca3..f204a5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1.2) -project(matroska VERSION 1.4.8) +project(matroska VERSION 1.4.9) option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF) option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF) diff --git a/ChangeLog b/ChangeLog index 6bf03e5..a2a94c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-04-20 Moritz Bunkus + + * Released v1.4.9. + 2018-04-19 Moritz Bunkus * Converted the build system from autoconf/automake to diff --git a/libmatroska.proj b/libmatroska.proj index d75d8ce..caaecc0 100644 --- a/libmatroska.proj +++ b/libmatroska.proj @@ -13,7 +13,7 @@ GROUP libmatroska_coremake_automake LIB matroska { - PROJECT_VERSION 1.4.8 + PROJECT_VERSION 1.4.9 USE libmatroska_coremake_automake INCLUDE . diff --git a/matroska/KaxVersion.h b/matroska/KaxVersion.h index 25255a8..af96880 100644 --- a/matroska/KaxVersion.h +++ b/matroska/KaxVersion.h @@ -40,7 +40,7 @@ START_LIBMATROSKA_NAMESPACE -#define LIBMATROSKA_VERSION 0x010408 +#define LIBMATROSKA_VERSION 0x010409 extern const std::string KaxCodeVersion; extern const std::string KaxCodeDate; diff --git a/src/KaxVersion.cpp b/src/KaxVersion.cpp index 4c05691..e2e37b7 100644 --- a/src/KaxVersion.cpp +++ b/src/KaxVersion.cpp @@ -37,7 +37,7 @@ START_LIBMATROSKA_NAMESPACE -const std::string KaxCodeVersion = "1.4.8"; +const std::string KaxCodeVersion = "1.4.9"; // 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