summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)