diff --git a/README b/README index 66891bdf..401718f0 100644 --- 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 diff --git a/configure.in b/configure.in index 230d722e..19068609 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/include/FLAC/format.h b/include/FLAC/format.h index d3409006..46df78dc 100644 --- a/include/FLAC/format.h +++ b/include/FLAC/format.h @@ -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" */;