[matroska] r1266 - in trunk/libmatroska: debian matroska

[email protected] Mon, 15 Jan 2007 19:01:14 +0300 (MSK)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: mosu
Date: 2007-01-15 19:01:13 +0300 (Mon, 15 Jan 2007)
New Revision: 1266

Modified:
   trunk/libmatroska/debian/changelog
   trunk/libmatroska/matroska/KaxVersion.h
Log:
Version number upgrade to 0.8.1.

Modified: trunk/libmatroska/debian/changelog
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/libmatroska/debian/changelog	2007-01-14 17:20:35 UTC (rev 1265)
+++ trunk/libmatroska/debian/changelog	2007-01-15 16:01:13 UTC (rev 1266)
@@ -1,3 +1,9 @@
+libmatroska (0.8.1-1) unstable; urgency=3Dlow
+
+  * New version.
+
+ -- Moritz Bunkus <[email protected]>  Mon, 16 Jan 2007 17:00:30 +0100
+
 libmatroska (0.8.0-1) unstable; urgency=3Dlow
=20
   * New version.

Modified: trunk/libmatroska/matroska/KaxVersion.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/libmatroska/matroska/KaxVersion.h	2007-01-14 17:20:35 UTC (rev =
1265)
+++ trunk/libmatroska/matroska/KaxVersion.h	2007-01-15 16:01:13 UTC (rev =
1266)
@@ -40,9 +40,9 @@
=20
 START_LIBMATROSKA_NAMESPACE
=20
-#define LIBMATROSKA_VERSION 0x000800
+#define LIBMATROSKA_VERSION 0x000801
=20
-static const std::string KaxCodeVersion =3D "0.8.0";
+static const std::string KaxCodeVersion =3D "0.8.1";
 static const std::string KaxCodeDate    =3D __TIMESTAMP__;
=20
 /*!