summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2001-01-19 16:05:10 +0000
committerMonty <xiphmont@xiph.org>2001-01-19 16:05:10 +0000
commitc2eed64da39b5946c5442c5fb140e455b8883e00 (patch)
tree28c707d74e5cd13602f7df046fd58097a661c373
parent0a0723008659d40975042ed8672fb5229271939e (diff)
downloadlibvorbis-git-c2eed64da39b5946c5442c5fb140e455b8883e00.tar.gz
Update version in vendor string
svn path=/branches/monty_branch_20001226/vorbis/; revision=1184
-rw-r--r--lib/info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/info.c b/lib/info.c
index 54558689..e81955be 100644
--- a/lib/info.c
+++ b/lib/info.c
@@ -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_info(oggpack_buffer *opb,vorbis_info *vi){
}
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);