[matroska] r1181 - in trunk/libebml: debian ebml

[email protected] Sun, 22 May 2005 11:24:26 +0400 (MSD)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: mosu
Date: 2005-05-22 11:24:25 +0400 (Sun, 22 May 2005)
New Revision: 1181

Modified:
   trunk/libebml/debian/changelog
   trunk/libebml/ebml/EbmlVersion.h
Log:
Bumped the version number to 0.7.5 in the places that robux4 forgot.

Modified: trunk/libebml/debian/changelog
===================================================================
--- trunk/libebml/debian/changelog	2005-05-19 19:16:48 UTC (rev 1180)
+++ trunk/libebml/debian/changelog	2005-05-22 07:24:25 UTC (rev 1181)
@@ -1,3 +1,9 @@
+libebml (0.7.5-1) unstable; urgency=low
+
+  * New version.
+
+ -- Moritz Bunkus <[email protected]>  Fri, 20 May 2005 16:27:42 +0200
+
 libebml (0.7.4-1) unstable; urgency=low
 
   * New version.

Modified: trunk/libebml/ebml/EbmlVersion.h
===================================================================
--- trunk/libebml/ebml/EbmlVersion.h	2005-05-19 19:16:48 UTC (rev 1180)
+++ trunk/libebml/ebml/EbmlVersion.h	2005-05-22 07:24:25 UTC (rev 1181)
@@ -42,7 +42,7 @@
 
 START_LIBEBML_NAMESPACE
 
-#define LIBEBML_VERSION 0x000704
+#define LIBEBML_VERSION 0x000705
 
 static const std::string EbmlCodeVersion = "0.7.5";
 static const std::string EbmlCodeDate    = __TIMESTAMP__;