Bump version number, add release message

This commit is contained in:
Moritz Bunkus 2015-10-20 15:07:17 +02:00
parent 76212be904
commit 2619e001cb
4 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2015-10-20 Moritz Bunkus <moritz@bunkus.org> 2015-10-20 Moritz Bunkus <moritz@bunkus.org>
* Released v1.4.4.
* KaxInternalBlock::ReadData(): Fixed an invalid memory * KaxInternalBlock::ReadData(): Fixed an invalid memory
access. When reading a block group or a simple block that uses access. When reading a block group or a simple block that uses
EBML lacing the frame sizes indicated in the lacing weren't EBML lacing the frame sizes indicated in the lacing weren't

View File

@ -1,4 +1,4 @@
AC_INIT([libmatroska], [1.4.3]) AC_INIT([libmatroska], [1.4.4])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])

View File

@ -40,7 +40,7 @@
START_LIBMATROSKA_NAMESPACE START_LIBMATROSKA_NAMESPACE
#define LIBMATROSKA_VERSION 0x010402 #define LIBMATROSKA_VERSION 0x010404
extern const std::string KaxCodeVersion; extern const std::string KaxCodeVersion;
extern const std::string KaxCodeDate; extern const std::string KaxCodeDate;

View File

@ -37,7 +37,7 @@
START_LIBMATROSKA_NAMESPACE START_LIBMATROSKA_NAMESPACE
const std::string KaxCodeVersion = "1.4.3"; const std::string KaxCodeVersion = "1.4.4";
const std::string KaxCodeDate = __TIMESTAMP__; const std::string KaxCodeDate = __TIMESTAMP__;
END_LIBMATROSKA_NAMESPACE END_LIBMATROSKA_NAMESPACE