diff options
author | Julian Andres Klode <jak@debian.org> | 2015-08-11 14:37:29 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-08-11 14:40:19 +0200 |
commit | 17a2487fc69a86508f2319068296463698590d2b (patch) | |
tree | a7ae46dc9b517602e08eb617abaceeb2b363070e /apt-inst | |
parent | df9732cd9823fe0860e6428694e552fff6b1b63b (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/makefile | 2 |
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) |