version: bump to 1.4.2

This commit is contained in:
Moritz Bunkus 2014-12-19 14:01:10 +01:00
parent f82f1f7889
commit 9655b187f2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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