diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:31 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:31 +0000 |
commit | 1fcbfcb8ba78224fd0e4d532d4fa976f0ea00fef (patch) | |
tree | eb6d17fabc08f717f8ba2b4ac24cc2a4253a60a8 /apt-pkg/makefile | |
parent | ee989411b3d28ad7e16aae6b996ee6c803e94d26 (diff) |
Fixed espy's bug with experimental
Author: jgg
Date: 1999-04-12 04:21:20 GMT
Fixed espy's bug with experimental
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index 12d5d7115..0564ce15e 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -11,8 +11,8 @@ include ../buildlib/defaults.mak # The library name LIBRARY=apt-pkg -MAJOR=2.2 -MINOR=1 +MAJOR=2.3 +MINOR=0 SLIBS=$(PTHREADLIB) # Source code for the contributed non-core things |