Bump encoder date for release 1.0 rc 3
authorMonty <xiphmont@xiph.org>
Tue, 1 Jan 2002 00:00:32 +0000 (00:00 +0000)
committerMonty <xiphmont@xiph.org>
Tue, 1 Jan 2002 00:00:32 +0000 (00:00 +0000)
svn path=/trunk/vorbis/; revision=2925

lib/info.c

index 9cb9164..8d73316 100644 (file)
@@ -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_info(oggpack_buffer *opb,vorbis_info *vi){
 }
 
 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 */