diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-14 09:22:29 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-14 09:22:29 +0100 |
commit | 4407a02f4ead0c8c7906ba2fa96021890237f7d9 (patch) | |
tree | 6fa68d5510b537a28cdb677298a8f4e8d1fb42a6 /apt-inst | |
parent | d4d9f5399244f5c7e698cc4860d1d9ab8f63992f (diff) | |
parent | 5d70f74c114450f001d415eea101610eedaee05b (diff) |
merged patches from david (many thanks)
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 c0ff3d886..18637d749 100644 --- a/apt-inst/makefile +++ b/apt-inst/makefile @@ -11,7 +11,7 @@ include ../buildlib/defaults.mak # The library name LIBRARY=apt-inst -MAJOR=1.2 +MAJOR=1.1 MINOR=0 SLIBS=$(PTHREADLIB) -lapt-pkg APT_DOMAIN:=libapt-inst$(MAJOR) |