summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2011-08-27 11:21:25 +0200
committerJoel Rosdahl <joel@rosdahl.net>2011-08-27 11:21:25 +0200
commit2a47cbb0cb6bdf6e2b7e5d29b015d94d2587aca7 (patch)
treefb738b3787d87e6da843031e36881cb7c406f47d /Makefile
parent021bd407f36eb249291b16c44a2b8fbb3bafe557 (diff)
downloadminiircd-2a47cbb0cb6bdf6e2b7e5d29b015d94d2587aca7.tar.gz
miniircd-2a47cbb0cb6bdf6e2b7e5d29b015d94d2587aca7.zip
Fix version sed-ing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1893d8..a8b923b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := $(shell sed -ne 's/^version = "\(.*\)"/\1/p' miniircd)
+VERSION := $(shell sed -ne 's/^VERSION = "\(.*\)"/\1/p' miniircd)
DISTFILES = miniircd COPYING README.md