update version number to 0.10
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 29 May 2001 18:45:05 +0000 (18:45 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 29 May 2001 18:45:05 +0000 (18:45 +0000)
README
configure.in
include/FLAC/format.h

diff --git a/README b/README
index 66891bd..401718f 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-==========
-FLAC - 0.9
-==========
+===========
+FLAC - 0.10
+===========
 
 This is the source release for the FLAC project.  The
 reference encoder/decoder library 'libFLAC' is released
index 230d722..1906860 100644 (file)
@@ -2,7 +2,7 @@
 # instead of FLAC__ since autoconf triggers off 'AC_' in strings
 
 AC_INIT(src/flac/main.c)
-AM_INIT_AUTOMAKE(flac, 0.9)
+AM_INIT_AUTOMAKE(flac, 0.10)
 
 # We need two libtools, one that builds both shared and static, and
 # one that builds only static.  This is because the resulting libtool
index d340900..46df78d 100644 (file)
@@ -41,7 +41,7 @@
 #ifdef VERSION
 #define FLAC__VERSION_STRING VERSION
 #else
-#define FLAC__VERSION_STRING "0.9"
+#define FLAC__VERSION_STRING "0.10"
 #endif
 
 extern const byte     FLAC__STREAM_SYNC_STRING[4]; /* = "fLaC" */;