diff options
author | Timo Teräs <timo.teras@iki.fi> | 2020-08-25 14:50:12 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-08-25 14:50:12 +0300 |
commit | f25519ec40399595db938b48a4074a31ede02556 (patch) | |
tree | cc391f2f04c7966d16f8125880e010d73327b13b | |
parent | e2afc7e7a9960eaf6cb40267bc1f39aa6638dccb (diff) | |
download | apk-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.rules | 2 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -344,6 +344,8 @@ docs: $(docs) $(subdirs) install: compile docs $(subdirs) FORCE +tag: + generate: clean: $(subdirs) @@ -4,7 +4,7 @@ -include config.mk PACKAGE := apk-tools -VERSION := 2.10.4 +VERSION := 2.12.0_rc1 export VERSION |