summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMike Wey2017-05-25 22:44:29 +0200
committerMike Wey2017-05-25 22:44:29 +0200
commite59e3e8973c1acb1e4548c17b945eae4d68ef4d5 (patch)
treefb4cb9a82c7226d83302a6192e4ce10205861a95 /GNUmakefile
parent4df3136229de711838646a65b6cf040226eeb7cb (diff)
Add a meson build file.v0.2.0
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d306675..4a85396 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,7 +2,7 @@
SHELL=/bin/sh
prefix=/usr/local
-DMAGICK_VERSION=0.1.1
+DMAGICK_VERSION=0.2.0
OS=$(shell uname || uname -s)
ARCH=$(shell arch || uname -m)