[xiph-commits] r7993 - trunk/vorbis-tools/ogginfo

msmith at motherfish-iii.xiph.org msmith at motherfish-iii.xiph.org
Tue Oct 12 17:07:32 PDT 2004


Author: msmith
Date: 2004-10-12 17:07:31 -0700 (Tue, 12 Oct 2004)
New Revision: 7993

Modified:
   trunk/vorbis-tools/ogginfo/ogginfo2.c
Log:
Update ogginfo version number to 1.1.
Recognise 20040629 as libvorbis 1.1 (previously was 1.1 rc1)


Modified: trunk/vorbis-tools/ogginfo/ogginfo2.c
===================================================================
--- trunk/vorbis-tools/ogginfo/ogginfo2.c	2004-10-12 21:37:38 UTC (rev 7992)
+++ trunk/vorbis-tools/ogginfo/ogginfo2.c	2004-10-13 00:07:31 UTC (rev 7993)
@@ -36,7 +36,7 @@
         {"Xiphophorus libVorbis I 20011231", "1.0 rc3"},
         {"Xiph.Org libVorbis I 20020717", "1.0"},
         {"Xiph.Org libVorbis I 20030909", "1.0.1"},
-        {"Xiph.Org libVorbis I 20040629", "1.1.0 rc1"},
+        {"Xiph.Org libVorbis I 20040629", "1.1.0"},
         {NULL, NULL},
     };
 
@@ -728,7 +728,7 @@
 }
 
 static void usage(void) {
-    printf(_("ogginfo 1.0.1\n"
+    printf(_("ogginfo 1.1.0\n"
              "(c) 2003 Michael Smith <msmith at xiph.org>\n"
              "\n"
              "Usage: ogginfo [flags] file1.ogg [file2.ogg ... fileN.ogg]\n"



More information about the commits mailing list