[matroska] r937 - in trunk/libebml: debian ebml
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mosu Date: 2004-11-10 23:47:49 +0300 (Wed, 10 Nov 2004) New Revision: 937 Modified: trunk/libebml/debian/changelog trunk/libebml/ebml/EbmlVersion.h Log: Bumped the version number to 0.7.3. Modified: trunk/libebml/debian/changelog =================================================================== --- trunk/libebml/debian/changelog 2004-11-10 20:46:28 UTC (rev 936) +++ trunk/libebml/debian/changelog 2004-11-10 20:47:49 UTC (rev 937) @@ -1,3 +1,9 @@ +libebml (0.7.3-1) unstable; urgency=low + + * New version. + + -- Moritz Bunkus <[email protected]> Wed, 10 Nov 2004 21:47:35 +0100 + libebml (0.7.2-1) unstable; urgency=low * New version. Modified: trunk/libebml/ebml/EbmlVersion.h =================================================================== --- trunk/libebml/ebml/EbmlVersion.h 2004-11-10 20:46:28 UTC (rev 936) +++ trunk/libebml/ebml/EbmlVersion.h 2004-11-10 20:47:49 UTC (rev 937) @@ -42,9 +42,9 @@ START_LIBEBML_NAMESPACE -#define LIBEBML_VERSION 000702 +#define LIBEBML_VERSION 000703 -static const std::string EbmlCodeVersion = "0.7.2"; +static const std::string EbmlCodeVersion = "0.7.3"; static const std::string EbmlCodeDate = __TIMESTAMP__; /*!