[matroska] r1180 - in trunk: libebml/ebml libmatroska/matroska

[email protected] Thu, 19 May 2005 23:16:50 +0400 (MSD)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2005-05-19 23:16:48 +0400 (Thu, 19 May 2005)
New Revision: 1180

Modified:
   trunk/libebml/ebml/EbmlVersion.h
   trunk/libmatroska/matroska/KaxVersion.h
Log:
update version numbers for the upcoming release

Modified: trunk/libebml/ebml/EbmlVersion.h
===================================================================
--- trunk/libebml/ebml/EbmlVersion.h	2005-05-19 16:37:00 UTC (rev 1179)
+++ trunk/libebml/ebml/EbmlVersion.h	2005-05-19 19:16:48 UTC (rev 1180)
@@ -44,7 +44,7 @@
 
 #define LIBEBML_VERSION 0x000704
 
-static const std::string EbmlCodeVersion = "0.7.4";
+static const std::string EbmlCodeVersion = "0.7.5";
 static const std::string EbmlCodeDate    = __TIMESTAMP__;
 
 /*!

Modified: trunk/libmatroska/matroska/KaxVersion.h
===================================================================
--- trunk/libmatroska/matroska/KaxVersion.h	2005-05-19 16:37:00 UTC (rev 1179)
+++ trunk/libmatroska/matroska/KaxVersion.h	2005-05-19 19:16:48 UTC (rev 1180)
@@ -42,7 +42,7 @@
 
 #define LIBMATROSKA_VERSION 0x000706
 
-static const std::string KaxCodeVersion = "0.7.6";
+static const std::string KaxCodeVersion = "0.7.7";
 static const std::string KaxCodeDate    = __TIMESTAMP__;
 
 /*!