From 533280118708776fc1a5462ad813617b41f38360 Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 1 Nov 2010 19:26:16 +0000 Subject: [PATCH] Commit new version/vendor string in preparation for release. svn path=/trunk/vorbis/; revision=17584 --- lib/info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/info.c b/lib/info.c index ff3002d..7ca3ea8 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.3.2pre" -#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20101026 (Schaufenugget)" +#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.2" +#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20101101 (Schaufenugget)" /* helpers */ static int ilog2(unsigned int v){ -- 2.7.4