aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d9c77db..b2c9049 100644
--- a/Makefile
+++ b/Makefile
@@ -5,12 +5,11 @@ BIN_TARGETS = mtu
SBIN_TARGETS = pingu pinguctl
TARGETS = $(BIN_TARGETS) $(SBIN_TARGETS) $(LUA_TARGETS)
-VERSION = 1.2
PINGU_VERSION := $(shell \
if [ -d .git ]; then \
git describe --long; \
else \
- echo $(VERSION); \
+ echo $(PACKAGE_VERSION); \
fi)
prefix ?= /usr/local