Changed version number to 0.3
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 17 Dec 2000 19:08:24 +0000 (19:08 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 17 Dec 2000 19:08:24 +0000 (19:08 +0000)
README
src/libFLAC/format.c

diff --git a/README b/README
index b8c4a87..5514c34 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 ==========
-FLAC - 0.2
+FLAC - 0.3
 ==========
 
 This is the source release for the FLAC project.  The
index ed20941..051ebf6 100644 (file)
@@ -22,7 +22,7 @@
 #include "FLAC/format.h"
 
 const unsigned FLAC__MAJOR_VERSION = 0;
-const unsigned FLAC__MINOR_VERSION = 2;
+const unsigned FLAC__MINOR_VERSION = 3;
 
 const byte     FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
 const unsigned FLAC__STREAM_SYNC = 0x664C6143;