diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2005-02-04 06:42:38 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2005-02-04 06:42:38 +0000 |
commit | 66142c9b5b75005a349136b62d2f63e5dc524411 (patch) | |
tree | ce14f8f1a5eb88aed902e1277ac431bfd1011326 /build/config.mk | |
parent | 725efa6461e1e682134d4fa0e31dfcbe8f0b037a (diff) | |
download | flac-66142c9b5b75005a349136b62d2f63e5dc524411.tar.gz |
bump version to 1.1.2
Diffstat (limited to 'build/config.mk')
-rw-r--r-- | build/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config.mk b/build/config.mk index 9cef24e0..1510f802 100644 --- a/build/config.mk +++ b/build/config.mk @@ -40,7 +40,7 @@ all default: $(DEFAULT_BUILD) # GNU makefile fragment for emulating stuff normally done by configure # -VERSION=\"1.1.2-beta\" +VERSION=\"1.1.2\" CONFIG_CFLAGS=-DHAVE_INTTYPES_H -DHAVE_ICONV -DHAVE_SOCKLEN_T -DFLAC__HAS_OGG |