diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2006-11-17 16:00:55 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2006-11-17 16:00:55 +0000 |
commit | c85f31440d9e571feb555d9f8d0c5aed75a84d63 (patch) | |
tree | 69853f0ce9cc9cfa0fc57947e8bffd4911b927bb /build | |
parent | ea8691226a7d4c6c09d5af33ee61a0a7eba31851 (diff) | |
download | flac-c85f31440d9e571feb555d9f8d0c5aed75a84d63.tar.gz |
bump version number to 1.1.3
Diffstat (limited to 'build')
-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 569239b9..b87433f7 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.3-beta2\" +VERSION=\"1.1.3\" ifeq ($(DARWIN_BUILD),yes) #CONFIG_CFLAGS=-DHAVE_INTTYPES_H -DHAVE_ICONV -DHAVE_LANGINFO_CODESET -DHAVE_SOCKLEN_T -DFLAC__HAS_OGG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAC__SYS_DARWIN |