diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 14:18:42 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 14:18:42 +0000 |
commit | b103cf5e680227d5214faba552fd6be8367a00aa (patch) | |
tree | 291fddef8614ca8e2d7076c194c2c83d4f54a0a9 /Makefile | |
parent | 18c22c5a414a8beeac0d958ab39589c883ab06d4 (diff) | |
download | httpup-b103cf5e680227d5214faba552fd6be8367a00aa.tar.gz httpup-b103cf5e680227d5214faba552fd6be8367a00aa.tar.xz |
httpup: sync with bzr repo (0.4.0g)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ all: httpup ## Configuration # NAME=httpup -VERSION="0.4.0f" +VERSION="0.4.0g" CXX=g++ CXXFLAGS=-Wall -ansi -pedantic -DMF_VERSION='${VERSION}' LDFLAGS=-lcurl |