From e34b315b9675977e9d3fa39f037b1d771dc7c1a2 Mon Sep 17 00:00:00 2001 From: Monty Date: Fri, 3 Feb 2012 22:08:44 +0000 Subject: [PATCH] commit version bump for 1.3.3 release svn path=/trunk/vorbis/; revision=18186 --- configure.ac | 2 +- doc/Vorbis_I_spec.html | 2 +- doc/Vorbis_I_spec.pdf | 6 +++--- lib/info.c | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index b349610..55eccdb 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl Initialization and Versioning dnl ------------------------------------------------ -AC_INIT([libvorbis],[1.3.3pre],[vorbis-dev@xiph.org]) +AC_INIT([libvorbis],[1.3.3],[vorbis-dev@xiph.org]) AC_CONFIG_SRCDIR([lib/mdct.c]) diff --git a/doc/Vorbis_I_spec.html b/doc/Vorbis_I_spec.html index 58a6916..2f9de8c 100644 --- a/doc/Vorbis_I_spec.html +++ b/doc/Vorbis_I_spec.html @@ -7,7 +7,7 @@ - + diff --git a/doc/Vorbis_I_spec.pdf b/doc/Vorbis_I_spec.pdf index 4a57a39..318a5ab 100644 --- a/doc/Vorbis_I_spec.pdf +++ b/doc/Vorbis_I_spec.pdf @@ -7787,8 +7787,8 @@ endobj >> endobj 1251 0 obj << /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.10)/Keywords() -/CreationDate (D:20120203161359-05'00') -/ModDate (D:20120203161359-05'00') +/CreationDate (D:20120203170619-05'00') +/ModDate (D:20120203170619-05'00') /Trapped /False /PTEX.Fullbanner (This is pdfTeX, Version 3.1415926-1.40.10-2.2 (TeX Live 2009/Debian) kpathsea version 5.0.0) >> endobj @@ -9050,7 +9050,7 @@ trailer << /Size 1252 /Root 1250 0 R /Info 1251 0 R -/ID [<9EC13BCD2D4DEDF5341CF4BF1939FA38> <9EC13BCD2D4DEDF5341CF4BF1939FA38>] >> +/ID [<6402A6EA3AB39A33ED9CE2587F574DCF> <6402A6EA3AB39A33ED9CE2587F574DCF>] >> startxref 492507 %%EOF diff --git a/lib/info.c b/lib/info.c index 45655c2..a14a7cc 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.3pre" -#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20120120 (Omnipresent)" +#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.3" +#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20120203 (Omnipresent)" /* helpers */ static int ilog2(unsigned int v){ -- 2.7.4