diff options
author | adam <adam@pkgsrc.org> | 2011-09-04 15:42:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-09-04 15:42:51 +0000 |
commit | 809364f2095f043a3d5e04fb6c9a680e4fddb405 (patch) | |
tree | b04ea15f83099b111c0b0f30c6decc755611577a /x11/qt4 | |
parent | 04376c3e23246195c51269c4c19dea6ceab19ca5 (diff) | |
download | pkgsrc-809364f2095f043a3d5e04fb6c9a680e4fddb405.tar.gz |
Qt 4.7.4 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.7.0. For more details,
refer to the online documentation included in this distribution. The
documentation is also available online.
http:
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 de917fd8b53..474cc4edcdf 100644 --- a/x11/qt4/Makefile.common +++ b/x11/qt4/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.25 2011/05/05 12:37:07 adam Exp $ +# $NetBSD: Makefile.common,v 1.26 2011/09/04 15:42:51 adam Exp $ # used by x11/qt4-libs/Makefile.common # used by x11/qt4-tools/Makefile -QTVERSION= 4.7.3 +QTVERSION= 4.7.4 MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE= http://qt.nokia.com/ |