diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:59 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:59 +0000 |
commit | e1b74f61dfb6980d643cb7c666c761ff3bda2f1e (patch) | |
tree | 1a2ce32d1bd25d0c0f2be05ad013306f64bb8b93 /apt-pkg/makefile | |
parent | 08e8f724674eb96678dcabf856534c58f5c29996 (diff) |
Sync
Author: jgg
Date: 1998-09-26 05:34:18 GMT
Sync
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 66c1ac6a0..2c33400d7 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 -MINOR=0.0 +MAJOR=2.0 +MINOR=0 SLIBS=$(PTHREADLIB) # Source code for the contributed non-core things |