diff options
author | markd <markd@pkgsrc.org> | 2008-07-24 12:55:20 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-07-24 12:55:20 +0000 |
commit | 2f759fa83db61a8e2fe3c2a4ca3a9ee9f567f8bc (patch) | |
tree | 227eeb167158b9ceb23e01e83703af454b885e59 /x11/qt4 | |
parent | 1ae983100d8b2685a37fff11f9151c42ccb51973 (diff) | |
download | pkgsrc-2f759fa83db61a8e2fe3c2a4ca3a9ee9f567f8bc.tar.gz |
Update qt4 to 4.4.0
Qt 4.4 introduces many new features as well as many improvements and
bugfixes over the 4.3.x series. For more details, see the online
documentation which is included in this distribution. The
documentation is also available at http://doc.trolltech.com/4.4
The Qt version 4.4 series is binary compatible with the 4.3.x series.
A long list of changes can be found in the changes-4.4.0 file in the
distribution.
Update OKed (and initial work provided) by adam@..
Diffstat (limited to 'x11/qt4')
-rw-r--r-- | x11/qt4/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4/Makefile.common b/x11/qt4/Makefile.common index b3b56b822ed..e257646350e 100644 --- a/x11/qt4/Makefile.common +++ b/x11/qt4/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.13 2008/06/12 12:50:18 abs Exp $ +# $NetBSD: Makefile.common,v 1.14 2008/07/24 12:55:20 markd Exp $ # used by x11/qt4-libs/Makefile.common # used by x11/qt4-tools/Makefile -QTVERSION= 4.3.3 +QTVERSION= 4.4.0 MAINTAINER?= adam@NetBSD.org HOMEPAGE= http://www.trolltech.com/products/qt/ |