Changed version number to 0.3

This commit is contained in:
Josh Coalson 2000-12-17 19:08:24 +00:00
parent d44feb11d9
commit cf2c8a64aa
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -1,5 +1,5 @@
==========
FLAC - 0.2
FLAC - 0.3
==========
This is the source release for the FLAC project. The

View 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;