[xiph-cvs] cvs commit: vorbis/lib info.c

Monty xiphmont at xiph.org
Tue Sep 9 18:10:19 PDT 2003



xiphmont    03/09/09 21:10:19

  Modified:    lib      info.c
  Log:
  Update vendor string for 1.0.1 release

Revision  Changes    Path
1.62      +3 -3      vorbis/lib/info.c

Index: info.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/info.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- info.c	11 Oct 2002 11:14:41 -0000	1.61
+++ info.c	10 Sep 2003 01:10:18 -0000	1.62
@@ -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_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 */  

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list