[matroska] r1091 - trunk/libebml/ebml
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2005-03-16 15:48:36 +0300 (Wed, 16 Mar 2005) New Revision: 1091 Modified: trunk/libebml/ebml/EbmlVersion.h Log: libebml: push the version number Modified: trunk/libebml/ebml/EbmlVersion.h =================================================================== --- trunk/libebml/ebml/EbmlVersion.h 2005-03-16 12:47:59 UTC (rev 1090) +++ trunk/libebml/ebml/EbmlVersion.h 2005-03-16 12:48:36 UTC (rev 1091) @@ -42,9 +42,9 @@ START_LIBEBML_NAMESPACE -#define LIBEBML_VERSION 0x000703 +#define LIBEBML_VERSION 0x000704 -static const std::string EbmlCodeVersion = "0.7.3"; +static const std::string EbmlCodeVersion = "0.7.4"; static const std::string EbmlCodeDate = __TIMESTAMP__; /*!