diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:34 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:34 +0000 |
commit | bebdca4bf63ae661c60bc1e0f4e03e6bbb7a7cc5 (patch) | |
tree | 5e4888329d36081aa355cb6b2ee02b2549968bd1 /apt-pkg/makefile | |
parent | 2d11135a1b8e8ee0a21c7932d7ce08a89b354784 (diff) |
Support for memory-only caching
Author: jgg
Date: 1999-04-18 06:36:47 GMT
Support for memory-only caching
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 80bfbdcf3..8bba845b3 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.3 +MAJOR=2.4 MINOR=0 SLIBS=$(PTHREADLIB) |