From: Monty Date: Sat, 13 Jul 2002 06:21:18 +0000 (+0000) Subject: Update vendor string X-Git-Tag: v1.3.3~721 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37f55932348338673f60a67b4b707f2943248add;p=platform%2Fupstream%2Flibvorbis.git Update vendor string svn path=/trunk/vorbis/; revision=3610 --- diff --git a/lib/info.c b/lib/info.c index 3bc4efd..c9f75a9 100644 --- a/lib/info.c +++ b/lib/info.c @@ -11,7 +11,7 @@ ******************************************************************** function: maintain the info structure, info <-> header packets - last mod: $Id: info.c,v 1.57 2002/07/11 08:57:28 xiphmont Exp $ + last mod: $Id: info.c,v 1.58 2002/07/13 06:21:18 xiphmont Exp $ ********************************************************************/ @@ -415,7 +415,7 @@ static int _vorbis_pack_info(oggpack_buffer *opb,vorbis_info *vi){ } static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){ - char temp[]="Xiph.Org libVorbis I 20020711"; + char temp[]="Xiph.Org libVorbis I 20020713"; int bytes = strlen(temp); /* preamble */