diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2011-08-27 11:21:25 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2011-08-27 11:21:25 +0200 |
commit | 2a47cbb0cb6bdf6e2b7e5d29b015d94d2587aca7 (patch) | |
tree | fb738b3787d87e6da843031e36881cb7c406f47d /Makefile | |
parent | 021bd407f36eb249291b16c44a2b8fbb3bafe557 (diff) | |
download | miniircd-2a47cbb0cb6bdf6e2b7e5d29b015d94d2587aca7.tar.gz miniircd-2a47cbb0cb6bdf6e2b7e5d29b015d94d2587aca7.zip |
Fix version sed-ing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |