diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-09-14 13:24:23 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-09-14 13:24:23 +0200 |
commit | 7427781db6d1ca8b14167145d7884ad2f40bab5d (patch) | |
tree | 0d8f085e0c0deeca6187e6afdbaec364565e02b2 /apt-inst | |
parent | a0e07f3ec885c12c733c12805391646c202f3f31 (diff) |
* [abi-break] Support large files in the complete toolset. Indexes of this
* bump ABI version
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 32d231240..1b9cc2676 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.3 +MAJOR=1.4 MINOR=0 SLIBS=$(PTHREADLIB) -lapt-pkg APT_DOMAIN:=libapt-inst$(MAJOR) |