]> granicus.if.org Git - libmatroska/commitdiff
bump version number to 1.4.9; include release message release-1.4.9
authorMoritz Bunkus <moritz@bunkus.org>
Fri, 20 Apr 2018 18:28:50 +0000 (20:28 +0200)
committerMoritz Bunkus <moritz@bunkus.org>
Fri, 20 Apr 2018 18:28:50 +0000 (20:28 +0200)
CMakeLists.txt
ChangeLog
libmatroska.proj
matroska/KaxVersion.h
src/KaxVersion.cpp

index 01b5ca37e892fbf1ef3d70c689d9059f8920de5f..f204a5dfa70890509e8934c1bca62f773b84dd15 100644 (file)
@@ -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)
index 6bf03e51c7707df9579c379787a7d668cc301e82..a2a94c975902b8e27aaa8444172bcc48c70b078d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-20  Moritz Bunkus  <moritz@bunkus.org>
+
+        * Released v1.4.9.
+
 2018-04-19  Moritz Bunkus  <moritz@bunkus.org>
 
         * Converted the build system from autoconf/automake to
index d75d8ced9a8b82755ba1a4a6550c3ce94b6031a0..caaecc0a2e74bae71202401a2cdb7eeeb7840616 100644 (file)
@@ -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 .
index 25255a8942755c9cf74b90a40399ddd9ae47f0e5..af96880752434d6813e8d7d87803e922a5c5eeb1 100644 (file)
@@ -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;
index 4c05691a20b6c67d5dc160e7053e7cd0a57fa52f..e2e37b75cbfe2d8f83f3e4e92e6c48e3fc973db5 100644 (file)
@@ -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