diff --git a/include/FLAC/format.h b/include/FLAC/format.h index 024f7970..42b6ff5d 100644 --- a/include/FLAC/format.h +++ b/include/FLAC/format.h @@ -40,7 +40,7 @@ #ifdef VERSION #define FLAC__VERSION_STRING VERSION #else -#define FLAC__VERSION_STRING "DEVEL" +#define FLAC__VERSION_STRING "0.6" #endif extern const byte FLAC__STREAM_SYNC_STRING[4]; /* = "fLaC" */;