From 39f3487953f2aca623af05c5cf49c15e269916cc Mon Sep 17 00:00:00 2001 From: Monty Date: Tue, 7 Jul 2009 22:41:22 +0000 Subject: [PATCH] Kick things off with a version bump svn path=/trunk/vorbis/; revision=16216 --- lib/info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/info.c b/lib/info.c index 31fda9a..a346654 100644 --- a/lib/info.c +++ b/lib/info.c @@ -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){ -- 2.7.4