[xiph-commits] r16216 - trunk/vorbis/lib

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Tue Jul 7 15:41:22 PDT 2009


Author: xiphmont
Date: 2009-07-07 15:41:22 -0700 (Tue, 07 Jul 2009)
New Revision: 16216

Modified:
   trunk/vorbis/lib/info.c
Log:
Kick things off with a version bump



Modified: trunk/vorbis/lib/info.c
===================================================================
--- trunk/vorbis/lib/info.c	2009-07-07 21:50:59 UTC (rev 16215)
+++ trunk/vorbis/lib/info.c	2009-07-07 22:41:22 UTC (rev 16216)
@@ -31,8 +31,8 @@
 #include "misc.h"
 #include "os.h"
 
-#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.2.2"
-#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20090624"
+#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.2.3pre"
+#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20090707"
 
 /* helpers */
 static int ilog2(unsigned int v){



More information about the commits mailing list