with the bps/kbps fix in the management interface.
svn path=/trunk/vorbis/; revision=9500
********************************************************************
function: maintain the info structure, info <-> header packets
- last mod: $Id: info.c,v 1.63 2003/12/30 11:02:22 xiphmont Exp $
+ last mod: $Id$
********************************************************************/
}
static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){
- char temp[]="Xiph.Org libVorbis I 20040629";
+ char temp[]="Xiph.Org libVorbis I 20050304";
int bytes = strlen(temp);
/* preamble */