[matroska] r839 - in trunk/libebml: debian ebml
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mosu Date: 2004-09-26 14:03:40 +0400 (Sun, 26 Sep 2004) New Revision: 839 Modified: trunk/libebml/debian/changelog trunk/libebml/ebml/EbmlVersion.h Log: Bumped the version number to 0.7.2. Modified: trunk/libebml/debian/changelog =================================================================== --- trunk/libebml/debian/changelog 2004-09-25 13:46:10 UTC (rev 838) +++ trunk/libebml/debian/changelog 2004-09-26 10:03:40 UTC (rev 839) @@ -1,3 +1,9 @@ +libebml (0.7.2-1) unstable; urgency=low + + * New version. + + -- Moritz Bunkus <[email protected]> Sun, 26 Sep 2004 12:16:57 +0200 + libebml (0.7.1-1) unstable; urgency=low * New version. Modified: trunk/libebml/ebml/EbmlVersion.h =================================================================== --- trunk/libebml/ebml/EbmlVersion.h 2004-09-25 13:46:10 UTC (rev 838) +++ trunk/libebml/ebml/EbmlVersion.h 2004-09-26 10:03:40 UTC (rev 839) @@ -42,9 +42,9 @@ START_LIBEBML_NAMESPACE -#define LIBEBML_VERSION 000701 +#define LIBEBML_VERSION 000702 -static const std::string EbmlCodeVersion = "0.7.1"; +static const std::string EbmlCodeVersion = "0.7.2"; static const std::string EbmlCodeDate = __TIMESTAMP__; /*!