summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1c4ae95..e955b12 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,7 +2,7 @@
SHELL=/bin/sh
prefix=/usr/local
-DMAGICK_VERSION=0.0.1
+DMAGICK_VERSION=0.1.0
OS=$(shell uname || uname -s)
ARCH=$(shell arch || uname -m)