diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2004-07-25 20:57:28 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2004-07-25 20:57:28 +0000 |
commit | 63ee53d94d0965a901b0e4eda1a642708ec7041e (patch) | |
tree | 1e4163c9ebca931632e4439d6531e6310fe1710a /build | |
parent | 31bdd7048afea2f3ed3ef2d48d91c5c32e1d6728 (diff) | |
download | flac-63ee53d94d0965a901b0e4eda1a642708ec7041e.tar.gz |
bump version number to 1.1.1-beta1, with a target date of 2004-07-31
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 3f07283d..8da1c2d3 100644 --- a/build/config.mk +++ b/build/config.mk @@ -35,6 +35,6 @@ all default: $(DEFAULT_BUILD) # GNU makefile fragment for emulating stuff normally done by configure # -VERSION=\"CVS-20040316\" +VERSION=\"1.1.1-beta1\" CONFIG_CFLAGS=-DHAVE_INTTYPES_H |