From 615647f297804f73d5e77da916e3edd1b128c88f Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 23 Feb 2000 11:50:29 +0000 Subject: [PATCH] update date string in info.c svn path=/trunk/vorbis/; revision=273 --- lib/info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/info.c b/lib/info.c index f2f1332..0b5fd02 100644 --- a/lib/info.c +++ b/lib/info.c @@ -12,7 +12,7 @@ ******************************************************************** function: maintain the info structure, info <-> header packets - last mod: $Id: info.c,v 1.21 2000/02/23 11:22:45 xiphmont Exp $ + last mod: $Id: info.c,v 1.22 2000/02/23 11:50:29 xiphmont Exp $ ********************************************************************/ @@ -340,7 +340,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[]="Xiphophorus libVorbis I 20000121"; + char temp[]="Xiphophorus libVorbis I 20000223"; /* preamble */ _oggpack_write(opb,0x03,8); -- 2.7.4