summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-03-07 14:32:47 +0000
committerAndreas Baumann <abaumann@yahoo.com>2012-03-07 14:32:47 +0000
commit714c5115355e4c8ddb9df917dbcebc443cbc4c0e (patch)
treed06dfe8dc3d8b3d8367dfacc56fd9f861248a29b /GNUmakefile
parent7069b6ad3cd365f554eec2b1489c76b8dfde739e (diff)
downloadnagios-plugin-curl-714c5115355e4c8ddb9df917dbcebc443cbc4c0e.tar.gz
nagios-plugin-curl-714c5115355e4c8ddb9df917dbcebc443cbc4c0e.tar.bz2
switched to version 0.0.4
removed superfluos inclusion of 'curl/types.h'
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5b82796..17d8dc5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,6 +3,6 @@ TOPDIR = .
SUBDIRS = src
PACKAGE_NAME=nagios-plugin-curl
-PACKAGE_VERSION=0.0.3
+PACKAGE_VERSION=0.0.4
-include $(TOPDIR)/makefiles/top.mk