[matroska] r1233 - trunk/libebml/ebml

[email protected] Sat, 15 Oct 2005 20:00:15 +0400 (MSD)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2005-10-15 20:00:13 +0400 (Sat, 15 Oct 2005)
New Revision: 1233

Modified:
   trunk/libebml/ebml/EbmlVersion.h
Log:
libebml: the next version will be 0.7.6

Modified: trunk/libebml/ebml/EbmlVersion.h
===================================================================
--- trunk/libebml/ebml/EbmlVersion.h	2005-10-15 15:56:52 UTC (rev 1232)
+++ trunk/libebml/ebml/EbmlVersion.h	2005-10-15 16:00:13 UTC (rev 1233)
@@ -42,9 +42,9 @@
 
 START_LIBEBML_NAMESPACE
 
-#define LIBEBML_VERSION 0x000705
+#define LIBEBML_VERSION 0x000706
 
-static const std::string EbmlCodeVersion = "0.7.5";
+static const std::string EbmlCodeVersion = "0.7.6";
 static const std::string EbmlCodeDate    = __TIMESTAMP__;
 
 /*!