[xiph-commits] r11428 - trunk/theora/lib

giles at svn.xiph.org giles at svn.xiph.org
Fri May 26 11:56:13 PDT 2006


Author: giles
Date: 2006-05-26 11:56:13 -0700 (Fri, 26 May 2006)
New Revision: 11428

Modified:
   trunk/theora/lib/toplevel.h
Log:
Bump the vendor string in case we have encoder differences with the SIMD 
routines.


Modified: trunk/theora/lib/toplevel.h
===================================================================
--- trunk/theora/lib/toplevel.h	2006-05-26 18:51:09 UTC (rev 11427)
+++ trunk/theora/lib/toplevel.h	2006-05-26 18:56:13 UTC (rev 11428)
@@ -25,6 +25,6 @@
 #define VERSION_MINOR 2
 #define VERSION_SUB 0
 
-#define VENDOR_STRING "Xiph.Org libTheora I 20040317 3 2 0"
+#define VENDOR_STRING "Xiph.Org libTheora I 20060526 3 2 0"
 
 void theora_encoder_clear (CP_INSTANCE * cpi);



More information about the commits mailing list