summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Make.rules2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/Make.rules b/Make.rules
index 23cf3c2..94f68f7 100644
--- a/Make.rules
+++ b/Make.rules
@@ -344,6 +344,8 @@ docs: $(docs) $(subdirs)
install: compile docs $(subdirs) FORCE
+tag:
+
generate:
clean: $(subdirs)
diff --git a/Makefile b/Makefile
index 9451450..a182269 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
-include config.mk
PACKAGE := apk-tools
-VERSION := 2.10.4
+VERSION := 2.12.0_rc1
export VERSION