From 0f98d578565fc7b7d0c5b1c4d606d7563e5d2fdf Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 26 Jan 2001 21:29:35 +0000 Subject: [PATCH] fix default version number --- include/FLAC/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FLAC/format.h b/include/FLAC/format.h index 024f797..42b6ff5 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" */; -- 2.7.4