Update vendor string for 1.0.1 release
authorMonty <xiphmont@xiph.org>
Wed, 10 Sep 2003 01:10:18 +0000 (01:10 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 10 Sep 2003 01:10:18 +0000 (01:10 +0000)
svn path=/trunk/vorbis/; revision=5324

lib/info.c

index 9dca3da..2d25956 100644 (file)
@@ -5,13 +5,13 @@
  * 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-2002             *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2003             *
  * by the XIPHOPHORUS Company http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
  function: maintain the info structure, info <-> header packets
- last mod: $Id: info.c,v 1.61 2002/10/11 11:14:41 xiphmont Exp $
+ last mod: $Id: info.c,v 1.62 2003/09/10 01:10:18 xiphmont Exp $
 
  ********************************************************************/
 
@@ -416,7 +416,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 20020717";
+  char temp[]="Xiph.Org libVorbis I 20030909";
   int bytes = strlen(temp);
 
   /* preamble */