From 752f0cb5dc22dc7f5ce69c911265ad46cd5502d6 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Mon, 5 Jan 2015 17:53:22 +0000 Subject: [PATCH] Bump version for 1.3.5 release. svn path=/trunk/vorbis/; revision=19421 --- configure.ac | 6 +++--- lib/info.c | 4 ++-- lib/synthesis.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index ee2db99..3b76dd2 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl Initialization and Versioning dnl ------------------------------------------------ -AC_INIT([libvorbis],[1.3.4],[vorbis-dev@xiph.org]) +AC_INIT([libvorbis],[1.3.5],[vorbis-dev@xiph.org]) AC_CONFIG_SRCDIR([lib/mdct.c]) @@ -24,11 +24,11 @@ dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 V_LIB_CURRENT=4 -V_LIB_REVISION=7 +V_LIB_REVISION=8 V_LIB_AGE=4 VF_LIB_CURRENT=6 -VF_LIB_REVISION=6 +VF_LIB_REVISION=7 VF_LIB_AGE=3 VE_LIB_CURRENT=2 diff --git a/lib/info.c b/lib/info.c index 4cccbcc..30fda0d 100644 --- a/lib/info.c +++ b/lib/info.c @@ -5,7 +5,7 @@ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 * + * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * * by the Xiph.Org Foundation http://www.xiph.org/ * * * ******************************************************************** @@ -31,7 +31,7 @@ #include "misc.h" #include "os.h" -#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.4" +#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.5" #define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20140122 (Turpakäräjiin)" /* helpers */ diff --git a/lib/synthesis.c b/lib/synthesis.c index 0f2df63..f55091f 100644 --- a/lib/synthesis.c +++ b/lib/synthesis.c @@ -5,7 +5,7 @@ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * + * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * * by the Xiph.Org Foundation http://www.xiph.org/ * * * ******************************************************************** -- 2.7.4