Update vendor string
authorMonty <xiphmont@xiph.org>
Sat, 13 Jul 2002 06:21:18 +0000 (06:21 +0000)
committerMonty <xiphmont@xiph.org>
Sat, 13 Jul 2002 06:21:18 +0000 (06:21 +0000)
svn path=/trunk/vorbis/; revision=3610

lib/info.c

index 3bc4efd..c9f75a9 100644 (file)
@@ -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 */