]> granicus.if.org Git - libmatroska/commitdiff
bump version number in all relevant files, including CMakeLists.txt release-1.6.2
authorMoritz Bunkus <moritz@bunkus.org>
Sun, 2 Aug 2020 17:53:06 +0000 (19:53 +0200)
committerMoritz Bunkus <moritz@bunkus.org>
Sun, 2 Aug 2020 17:53:06 +0000 (19:53 +0200)
Fixes #49.

CMakeLists.txt
ChangeLog
libmatroska.proj
matroska/KaxVersion.h
src/KaxVersion.cpp

index f6dcb241ea6dcf7308a41629baed007639c863b3..b7d1c42f40fb1998c09f375ccf671f7916f22eef 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.1.2)
 
-project(matroska VERSION 1.6.0)
+project(matroska VERSION 1.6.2)
 
 option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
 option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
index 62711a2322ed5cf2fe3bab4357f7123abdb04c64..88472d3126e5bdb4c2852a422a133da27f3e5748 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2020-08-02  Moritz Bunkus  <mo@bunkus.online>
 
+        * Released v1.6.2.
+
+        * In release 1.6.1 the version number in CMakeLists.txt wasn't
+        updated, affecting the installed cmake and pkgconfig files. The
+        version number has been bumped to 1.6.2 in all relevant files now.
+
         * Released v1.6.1.
 
         * "KaxBlockAddIDValue" class: this class is no longer marked as
index c9a0c9336b42ac4a3d7789ea8b60b55aabd6f9eb..8506a6f8475907ac5a34114d0f26ecc0da21a0a9 100644 (file)
@@ -13,7 +13,7 @@ GROUP libmatroska_coremake_automake
 
 LIB matroska
 {
-  PROJECT_VERSION 1.6.1
+  PROJECT_VERSION 1.6.2
   USE libmatroska_coremake_automake
 
   INCLUDE .
index caff311b1f265f5ebf77f8e7fe06560c500fd0ef..13a396808e7814fb35d64540d377ef75ce1d638c 100644 (file)
@@ -40,7 +40,7 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-#define LIBMATROSKA_VERSION 0x010601
+#define LIBMATROSKA_VERSION 0x010602
 
 extern const MATROSKA_DLL_API std::string KaxCodeVersion;
 extern const MATROSKA_DLL_API std::string KaxCodeDate;
index aef34b5e741f20b1a666f36895aba84ad927439e..772f93685a78b7bbae7c739743d5c5f6d8594358 100644 (file)
@@ -37,7 +37,7 @@
 
 START_LIBMATROSKA_NAMESPACE
 
-const std::string KaxCodeVersion = "1.6.1";
+const std::string KaxCodeVersion = "1.6.2";
 
 // 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