[xiph-cvs] cvs commit: vorbis-tools/oggenc oggenc.c
Jack Moffitt
jack at xiph.org
Sun Jun 17 17:32:48 PDT 2001
jack 01/06/17 17:32:47
Modified: . configure.in vorbis-tools.spec
oggenc oggenc.c
Log:
updated version to 1.0rc1 in preparation for release
Revision Changes Path
1.19 +1 -1 vorbis-tools/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- configure.in 2001/02/26 05:56:46 1.18
+++ configure.in 2001/06/18 00:32:47 1.19
@@ -5,7 +5,7 @@
dnl ------------------------------------------------
AC_INIT(oggenc/encode.c)
-AM_INIT_AUTOMAKE(vorbis-tools,1.0beta4)
+AM_INIT_AUTOMAKE(vorbis-tools,1.0rc1)
dnl --------------------------------------------------
dnl Check for programs
1.17 +1 -1 vorbis-tools/vorbis-tools.spec
Index: vorbis-tools.spec
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbis-tools.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vorbis-tools.spec 2001/05/01 00:29:24 1.16
+++ vorbis-tools.spec 2001/06/18 00:32:47 1.17
@@ -1,5 +1,5 @@
%define name vorbis-tools
-%define version 1.0beta4
+%define version 1.0rc1
%define release 1
Summary: Several Ogg Vorbis Tools
1.15 +1 -1 vorbis-tools/oggenc/oggenc.c
Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- oggenc.c 2001/05/27 09:49:35 1.14
+++ oggenc.c 2001/06/18 00:32:47 1.15
@@ -20,7 +20,7 @@
#include "encode.h"
#include "audio.h"
-#define VERSION_STRING "OggEnc v0.7 (libvorbis beta4)\n"
+#define VERSION_STRING "OggEnc v0.7 (libvorbis rc1)\n"
#define COPYRIGHT "(c) 2000 Michael Smith <msmith at labyrinth.net.au)\n"
#define CHUNK 4096 /* We do reads, etc. in multiples of this */
--- >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