[xiph-commits] r16006 - trunk/vorbis/lib
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Thu May 14 14:48:06 PDT 2009
Author: xiphmont
Date: 2009-05-14 14:48:06 -0700 (Thu, 14 May 2009)
New Revision: 16006
Modified:
trunk/vorbis/lib/info.c
Log:
Bump vendor string for 1.2.2 rc 1
Modified: trunk/vorbis/lib/info.c
===================================================================
--- trunk/vorbis/lib/info.c 2009-05-14 21:38:31 UTC (rev 16005)
+++ trunk/vorbis/lib/info.c 2009-05-14 21:48:06 UTC (rev 16006)
@@ -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){
More information about the commits
mailing list