mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
use VERSION macro for version instead of hardcoding it
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
#define FLAC__MAX_FIXED_ORDER (4u)
|
||||
#define FLAC__MAX_RICE_PARTITION_ORDER (15u)
|
||||
|
||||
#define FLAC__VERSION_STRING "0.5"
|
||||
/* VERSION comes from configure */
|
||||
#define FLAC__VERSION_STRING VERSION
|
||||
extern const unsigned FLAC__MAJOR_VERSION;
|
||||
extern const unsigned FLAC__MINOR_VERSION;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user