aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 081dc56..f7643ac 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := 2.14.0
+VERSION := 3.0.0
sysconfdir ?= /etc/lbu
@@ -84,7 +84,7 @@ uninstall:
for i in $(LIB_FILES); do \
rm -f "$(DESTDIR)/$(PREFIX)/lib/$$i";\
done
-
+
clean:
rm -rf $(SCRIPTS) $(BIN_FILES)