summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2023-04-12 12:55:51 +0300
committerTimo Teräs <timo.teras@iki.fi>2023-04-12 12:55:51 +0300
commitf8ad60ed2a22f6783a3b82baeaefcd122930ccd9 (patch)
treeffc36c63e4999c3af0f356ed001f9d1f6a4a9075
parent01821c845f355220b57719f12849428fa1f08741 (diff)
downloadapk-tools-f8ad60ed2a22f6783a3b82baeaefcd122930ccd9.tar.gz
apk-tools-f8ad60ed2a22f6783a3b82baeaefcd122930ccd9.tar.bz2
apk-tools-f8ad60ed2a22f6783a3b82baeaefcd122930ccd9.tar.xz
apk-tools-f8ad60ed2a22f6783a3b82baeaefcd122930ccd9.zip
apk-tools-2.14.0_rc1v2.14.0_rc1
-rw-r--r--Makefile2
-rw-r--r--src/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 23173a6..41b4c54 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
-include config.mk
PACKAGE := apk-tools
-VERSION := 2.12.11
+VERSION := 2.14.0_rc1
export VERSION
diff --git a/src/Makefile b/src/Makefile
index 186823f..4ce3750 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -16,7 +16,7 @@ ZLIB_CFLAGS := $(shell $(PKG_CONFIG) --cflags zlib)
ZLIB_LIBS := $(shell $(PKG_CONFIG) --libs zlib)
# Dynamic library
-libapk_soname := 3.12.0
+libapk_soname := 2.14.0
libapk_so := $(obj)/libapk.so.$(libapk_soname)
libapk.so.$(libapk_soname)-objs := \
common.o database.o package.o commit.o solver.o \