update version number to 0.10
This commit is contained in:
parent
1aafa64cf5
commit
7686377ceb
6
README
6
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
|
||||
|
@ -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
|
||||
|
@ -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" */;
|
||||
|
Loading…
Reference in New Issue
Block a user