update version to 0.5

This commit is contained in:
Josh Coalson
2001-01-16 00:12:58 +00:00
parent c00438cc58
commit c08be9ac3b
5 changed files with 18 additions and 18 deletions

View File

@@ -22,7 +22,7 @@
#include "FLAC/format.h"
const unsigned FLAC__MAJOR_VERSION = 0;
const unsigned FLAC__MINOR_VERSION = 4;
const unsigned FLAC__MINOR_VERSION = 5;
const byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
const unsigned FLAC__STREAM_SYNC = 0x664C6143;