Bump version number, add release message
This commit is contained in:
parent
76212be904
commit
2619e001cb
@ -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
|
||||||
|
@ -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])
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user