Bump version number to 1.3.0

git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libebml@838 a6f86f6d-0131-4f8e-9e7b-e335508773d5
This commit is contained in:
Moritz Bunkus 2012-09-04 07:36:04 +00:00
parent edb58336a9
commit d5f30db3c6
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
START_LIBEBML_NAMESPACE
#define LIBEBML_VERSION 0x010203
#define LIBEBML_VERSION 0x010300
extern const std::string EbmlCodeVersion;
extern const std::string EbmlCodeDate;

View File

@ -38,7 +38,7 @@
START_LIBEBML_NAMESPACE
const std::string EbmlCodeVersion = "1.2.3";
const std::string EbmlCodeVersion = "1.3.0";
const std::string EbmlCodeDate = __TIMESTAMP__;
END_LIBEBML_NAMESPACE