diff options
author | Michael Vogt <mvo@ubuntu.com> | 2015-07-24 17:34:30 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2015-07-24 17:34:30 +0200 |
commit | 3b216cf6b6e082b7de4dfece65601a96d269d529 (patch) | |
tree | da4f87625817bc1d1ec589291d331528e55ccbd6 /apt-inst | |
parent | 439b024abe8fd6b8227a8b2869aab65a1186cfda (diff) |
updated for the gcc5 transition
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..2d29206fd 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.7 MINOR=0 SLIBS=$(PTHREADLIB) -lapt-pkg APT_DOMAIN:=libapt-inst$(MAJOR) |