[xiph-cvs] cvs commit: vorbis-tools/ogginfo ogginfo2.c
Carsten Haese
carsten at xiph.org
Tue Nov 18 11:16:19 PST 2003
carsten 03/11/18 14:16:19
Modified: oggdec oggdec.c
ogginfo ogginfo2.c
Log:
Version string updates
Revision Changes Path
1.18 +1 -1 vorbis-tools/oggdec/oggdec.c
Index: oggdec.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggdec/oggdec.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- oggdec.c 3 Sep 2003 07:58:04 -0000 1.17
+++ oggdec.c 18 Nov 2003 19:16:18 -0000 1.18
@@ -32,7 +32,7 @@
{NULL,0,0,0}
};
-#define VERSIONSTRING "OggDec 1.0\n"
+#define VERSIONSTRING "OggDec 1.0.1\n"
static int quiet = 0;
static int bits = 16;
<p><p>1.30 +2 -2 vorbis-tools/ogginfo/ogginfo2.c
Index: ogginfo2.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogginfo/ogginfo2.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ogginfo2.c 10 Sep 2003 15:05:09 -0000 1.29
+++ ogginfo2.c 18 Nov 2003 19:16:19 -0000 1.30
@@ -719,8 +719,8 @@
}
static void usage(void) {
- printf(_("ogginfo 1.0\n"
- "(c) 2002 Michael Smith <msmith at xiph.org>\n"
+ printf(_("ogginfo 1.0.1\n"
+ "(c) 2003 Michael Smith <msmith at xiph.org>\n"
"\n"
"Usage: ogginfo [flags] file1.ogg [file2.ogg ... fileN.ogg]\n"
"Flags supported:\n"
<p><p>--- >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