changed version to 0.4
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 22 Dec 2000 22:37:35 +0000 (22:37 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 22 Dec 2000 22:37:35 +0000 (22:37 +0000)
src/libFLAC/format.c

index 051ebf6..c23cc0d 100644 (file)
@@ -22,7 +22,7 @@
 #include "FLAC/format.h"
 
 const unsigned FLAC__MAJOR_VERSION = 0;
-const unsigned FLAC__MINOR_VERSION = 3;
+const unsigned FLAC__MINOR_VERSION = 4;
 
 const byte     FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
 const unsigned FLAC__STREAM_SYNC = 0x664C6143;