From 300e90593983a872ebfa19321bcc307436a22374 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 23 Apr 2014 14:39:54 +0200 Subject: ======== release 3.0.0 ======== --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3