summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-04-04 21:49:20 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-04-04 21:49:20 +0000
commitd4513d341ea794ce101536c89d07af12e9ee151d (patch)
treea70b526e874a503a8d5f12f11d932dcaa506afd0 /Makefile
parentb103cf5e680227d5214faba552fd6be8367a00aa (diff)
downloadhttpup-d4513d341ea794ce101536c89d07af12e9ee151d.tar.gz
httpup-d4513d341ea794ce101536c89d07af12e9ee151d.tar.xz
httpup: fix potentially dangerous deltree call
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73b2439..d3f6036 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ all: httpup
## Configuration
#
NAME=httpup
-VERSION="0.4.0g"
+VERSION="0.4.0h"
CXX=g++
CXXFLAGS=-Wall -ansi -pedantic -DMF_VERSION='${VERSION}'
LDFLAGS=-lcurl

Generated by cgit