[matroska] r1184 - in trunk/libmatroska: debian matroska
[email protected] Sun, 22 May 2005 11:27:07 +0400 (MSD)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mosu Date: 2005-05-22 11:27:05 +0400 (Sun, 22 May 2005) New Revision: 1184 Modified: trunk/libmatroska/debian/changelog trunk/libmatroska/matroska/KaxVersion.h Log: Bumped the version number to 0.7.7 in the places that robux4 forgot. Modified: trunk/libmatroska/debian/changelog =================================================================== --- trunk/libmatroska/debian/changelog 2005-05-22 07:26:41 UTC (rev 1183) +++ trunk/libmatroska/debian/changelog 2005-05-22 07:27:05 UTC (rev 1184) @@ -1,3 +1,9 @@ +libmatroska (0.7.7-1) unstable; urgency=low + + * New version. + + -- Moritz Bunkus <[email protected]> Fri, 20 May 2005 16:28:21 +0200 + libmatroska (0.7.6-1) unstable; urgency=low * New version. Modified: trunk/libmatroska/matroska/KaxVersion.h =================================================================== --- trunk/libmatroska/matroska/KaxVersion.h 2005-05-22 07:26:41 UTC (rev 1183) +++ trunk/libmatroska/matroska/KaxVersion.h 2005-05-22 07:27:05 UTC (rev 1184) @@ -40,7 +40,7 @@ START_LIBMATROSKA_NAMESPACE -#define LIBMATROSKA_VERSION 0x000706 +#define LIBMATROSKA_VERSION 0x000707 static const std::string KaxCodeVersion = "0.7.7"; static const std::string KaxCodeDate = __TIMESTAMP__;