update version number to 0.10

This commit is contained in:
Josh Coalson 2001-05-29 18:45:05 +00:00
parent 1aafa64cf5
commit 7686377ceb
3 changed files with 5 additions and 5 deletions

6
README
View File

@ -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

View 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

View 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" */;