[matroska] r948 - trunk/libebml/ebml

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: mosu
Date: 2004-11-14 13:39:36 +0300 (Sun, 14 Nov 2004)
New Revision: 948

Modified:
   trunk/libebml/ebml/EbmlVersion.h
Log:
Numbers starting with '0' are octal numbers. Therefore a version number '0.8.3' can definitely not be expressed as '000803'. A very stupid mistake...


Modified: trunk/libebml/ebml/EbmlVersion.h
===================================================================
--- trunk/libebml/ebml/EbmlVersion.h	2004-11-13 21:15:08 UTC (rev 947)
+++ trunk/libebml/ebml/EbmlVersion.h	2004-11-14 10:39:36 UTC (rev 948)
@@ -42,7 +42,7 @@
 
 START_LIBEBML_NAMESPACE
 
-#define LIBEBML_VERSION 000703
+#define LIBEBML_VERSION 0x000703
 
 static const std::string EbmlCodeVersion = "0.7.3";
 static const std::string EbmlCodeDate    = __TIMESTAMP__;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.