diff options
author | Michael Vogt <mvo@debian.org> | 2014-07-08 10:05:54 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-07-08 10:07:36 +0200 |
commit | bcc352afa890788825dfbd1454847456748f511f (patch) | |
tree | 362a3b24ade6670818c487a380fda854a9b68a69 /apt-inst | |
parent | 3621b1c70f532c61ccfee6a65c413ee573ed4900 (diff) |
increase libapt-inst to version 1.6
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 af887bba8..e4a3ae702 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.5 +MAJOR=1.6 MINOR=0 SLIBS=$(PTHREADLIB) -lapt-pkg APT_DOMAIN:=libapt-inst$(MAJOR) |