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

Monty xiphmont at xiph.org
Fri Jan 19 08:05:13 PST 2001



xiphmont    01/01/19 08:05:12

  Modified:    lib      Tag: monty_branch_20001226 info.c
  Log:
  Update version in vendor string

Revision  Changes    Path
No                   revision

No                   revision

1.33.2.2  +2 -2      vorbis/lib/info.c

Index: info.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/info.c,v
retrieving revision 1.33.2.1
retrieving revision 1.33.2.2
diff -u -r1.33.2.1 -r1.33.2.2
--- info.c	2000/12/27 23:46:35	1.33.2.1
+++ info.c	2001/01/19 16:05:10	1.33.2.2
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: maintain the info structure, info <-> header packets
- last mod: $Id: info.c,v 1.33.2.1 2000/12/27 23:46:35 xiphmont Exp $
+ last mod: $Id: info.c,v 1.33.2.2 2001/01/19 16:05:10 xiphmont Exp $
 
  ********************************************************************/
 
@@ -409,7 +409,7 @@
 }
 
 static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){
-  char temp[]="Xiphophorus libVorbis I 20001223";
+  char temp[]="Xiphophorus libVorbis I 20010119";
 
   /* preamble */  
   oggpack_write(opb,0x03,8);

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