summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMike Wey2011-11-06 13:39:20 +0100
committerMike Wey2011-11-06 13:39:20 +0100
commit38abd7b7c2a063de2291bde5a7385c036e82f58b (patch)
tree5419ff9c16c1344516e167395ea4a3ad592e651b /GNUmakefile
parent41fe55aedb09c1a0a5905fddedfc42bc0b9f83ae (diff)
Up the version number for the bugfix release.DMagick-0.1.1
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e955b12..634fda9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,7 +2,7 @@
SHELL=/bin/sh
prefix=/usr/local
-DMAGICK_VERSION=0.1.0
+DMAGICK_VERSION=0.1.1
OS=$(shell uname || uname -s)
ARCH=$(shell arch || uname -m)