diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:40 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:40 +0000 |
commit | b381f6ed580f9c58c1547fddd92af1b52fc5a1f0 (patch) | |
tree | b9dd1366cb627fec4926900f20fdd0e0d1fcb7b6 /apt-pkg/makefile | |
parent | 1bc849af8f694ab80887bd0e9b94280f78771dbc (diff) |
Clean support
Author: jgg
Date: 1999-02-01 08:15:18 GMT
Clean support
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index 87a5e46f6..e4584700c 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -11,7 +11,7 @@ include ../buildlib/defaults.mak # The library name LIBRARY=apt-pkg -MAJOR=2.0 +MAJOR=2.1 MINOR=0 SLIBS=$(PTHREADLIB) |