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

Monty xiphmont at xiph.org
Mon Dec 31 16:00:33 PST 2001



xiphmont    01/12/31 16:00:33

  Modified:    lib      info.c
  Log:
  Bump encoder date for release 1.0 rc 3

Revision  Changes    Path
1.52      +2 -2      vorbis/lib/info.c

Index: info.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/info.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- info.c	2001/12/20 01:00:27	1.51
+++ info.c	2002/01/01 00:00:32	1.52
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: maintain the info structure, info <-> header packets
- last mod: $Id: info.c,v 1.51 2001/12/20 01:00:27 segher Exp $
+ last mod: $Id: info.c,v 1.52 2002/01/01 00:00:32 xiphmont Exp $
 
  ********************************************************************/
 
@@ -416,7 +416,7 @@
 }
 
 static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){
-  char temp[]="Xiphophorus libVorbis I 20011217";
+  char temp[]="Xiphophorus libVorbis I 20011231";
   int bytes = strlen(temp);
 
   /* preamble */  

--- >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