mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Changed version number to 0.3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user