diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:43 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:43 +0000 |
commit | 8e34bee58db2ca432ff24d241c85c3e6eb14aecc (patch) | |
tree | c0e70e0b17dfe31698f2acb14e623a8bd6025c9c /apt-pkg/makefile | |
parent | aa6e3431719da89d4beadf8fc81e5236f697d405 (diff) |
Allowed getting the owner
Author: jgg
Date: 2000-01-24 00:03:00 GMT
Allowed getting the owner
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 e74ca064c..b4d25319f 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -12,7 +12,7 @@ include ../buildlib/defaults.mak # The library name LIBRARY=apt-pkg MAJOR=2.7 -MINOR=0 +MINOR=1 SLIBS=$(PTHREADLIB) # Source code for the contributed non-core things |