Bump vendor string for 1.2.2 rc 1
authorMonty <xiphmont@xiph.org>
Thu, 14 May 2009 21:48:06 +0000 (21:48 +0000)
committerMonty <xiphmont@xiph.org>
Thu, 14 May 2009 21:48:06 +0000 (21:48 +0000)
svn path=/trunk/vorbis/; revision=16006

lib/info.c

index c0fb00e..6bffdc2 100644 (file)
@@ -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 20081127"
+#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.2.2rc1"
+#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20090514"
 
 /* helpers */
 static int ilog2(unsigned int v){