diff options
author | Michael Vogt <egon@bottom> | 2006-08-15 15:18:51 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-08-15 15:18:51 +0200 |
commit | 7610bb3db43c6dd9062cb57c01415022e14f3fc7 (patch) | |
tree | dcafd419018e6edc6e945bb2de958da8d7d2c224 /apt-pkg/makefile | |
parent | 91142a84b8cf5b3f06947647c032dbbd8a996a36 (diff) | |
parent | 6ea086805714e0dbeecfb5e3e26d3489a624bcd4 (diff) |
* merged the install-recommends branch
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 29c8ee135..59df6c0ef 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -13,7 +13,7 @@ include ../buildlib/defaults.mak # methods/makefile - FIXME LIBRARY=apt-pkg LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER) -MAJOR=4.1 +MAJOR=4.2 MINOR=0 SLIBS=$(PTHREADLIB) $(INTLLIBS) APT_DOMAIN:=libapt-pkg$(MAJOR) |