summaryrefslogtreecommitdiff
path: root/apt-inst
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-08-11 14:37:29 +0200
committerJulian Andres Klode <jak@debian.org>2015-08-11 14:40:19 +0200
commit17a2487fc69a86508f2319068296463698590d2b (patch)
treea7ae46dc9b517602e08eb617abaceeb2b363070e /apt-inst
parentdf9732cd9823fe0860e6428694e552fff6b1b63b (diff)
Bump apt-inst SONAME to 2.0 to adjust for the ABI break in apt-pkg
Diffstat (limited to 'apt-inst')
-rw-r--r--apt-inst/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-inst/makefile b/apt-inst/makefile
index e4a3ae702..2883cbcb0 100644
--- a/apt-inst/makefile
+++ b/apt-inst/makefile
@@ -14,7 +14,7 @@ include ../buildlib/libversion.mak
# The library name
LIBRARY=apt-inst
-MAJOR=1.6
+MAJOR=2.0
MINOR=0
SLIBS=$(PTHREADLIB) -lapt-pkg
APT_DOMAIN:=libapt-inst$(MAJOR)