summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2020-08-25 14:50:12 +0300
committerTimo Teräs <timo.teras@iki.fi>2020-08-25 14:50:12 +0300
commitf25519ec40399595db938b48a4074a31ede02556 (patch)
treecc391f2f04c7966d16f8125880e010d73327b13b
parente2afc7e7a9960eaf6cb40267bc1f39aa6638dccb (diff)
downloadapk-tools-f25519ec40399595db938b48a4074a31ede02556.tar.gz
apk-tools-f25519ec40399595db938b48a4074a31ede02556.tar.bz2
apk-tools-f25519ec40399595db938b48a4074a31ede02556.tar.xz
apk-tools-f25519ec40399595db938b48a4074a31ede02556.zip
apk-tools-2.12.0_rc1v2.12.0_rc1
-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