summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-09-28 15:01:44 +0000
committerAndreas Baumann <abaumann@yahoo.com>2009-09-28 15:01:44 +0000
commit864f2f68ef8e2214e6caeadd7207a7e6ede25cc3 (patch)
treeb2e1785cb75086f90f024993a81cff148e23c704 /GNUmakefile
parent84a914e547b30d183be51a48cbc630174481c430 (diff)
downloadnagios-plugin-curl-864f2f68ef8e2214e6caeadd7207a7e6ede25cc3.tar.gz
nagios-plugin-curl-864f2f68ef8e2214e6caeadd7207a7e6ede25cc3.tar.bz2
added all SSL options we currently need, --insecure worksm already
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 34a6065..5b82796 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,6 +3,6 @@ TOPDIR = .
SUBDIRS = src
PACKAGE_NAME=nagios-plugin-curl
-PACKAGE_VERSION=0.0.2
+PACKAGE_VERSION=0.0.3
-include $(TOPDIR)/makefiles/top.mk