diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2005-02-02 01:54:03 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2005-02-02 01:54:03 +0000 |
commit | e68328ea01b81507a47663722b265e8be90f755c (patch) | |
tree | 34cbcf941f893811dc85d6d7543639ae6c53aae7 /build/config.mk | |
parent | 318bc931ec670bdee021b0bffa19df75050b5c19 (diff) | |
download | flac-e68328ea01b81507a47663722b265e8be90f755c.tar.gz |
bump version number to 1.1.2-beta
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 565694df..9cef24e0 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.1\" +VERSION=\"1.1.2-beta\" CONFIG_CFLAGS=-DHAVE_INTTYPES_H -DHAVE_ICONV -DHAVE_SOCKLEN_T -DFLAC__HAS_OGG |