diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:31 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:31 +0000 |
commit | f604cf55e27db1121895a84a525f305a78a3dad9 (patch) | |
tree | d049f8efc18eceed369f7df04792aa511c804480 /apt-pkg/makefile | |
parent | 5d622d510f558981275d6004ec015013dea9cdbf (diff) |
Tag file can read from unseekable objects
Author: jgg
Date: 2001-04-22 05:42:52 GMT
Tag file can read from unseekable objects
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 9099cc12c..e1b4d6153 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -12,8 +12,8 @@ include ../buildlib/defaults.mak # The library name, don't forget to update init.h LIBRARY=apt-pkg LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER) -MAJOR=3.1 -MINOR=3 +MAJOR=3.2 +MINOR=0 SLIBS=$(PTHREADLIB) # Source code for the contributed non-core things |