diff options
author | adam <adam@pkgsrc.org> | 2010-07-04 06:00:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-07-04 06:00:13 +0000 |
commit | 70bc962349be2401376bbae2fbfaa78b0dc040bf (patch) | |
tree | 1755b632946af674a0894f3fe2beb2636f336716 /x11/qt4 | |
parent | 646fee7641a5e98ba31d8f8624528cff332a2d73 (diff) | |
download | pkgsrc-70bc962349be2401376bbae2fbfaa78b0dc040bf.tar.gz |
Changes 4.6.3:
* Added Spectrum analyzer demo application.
* Added exit softkey to Wiggly example.
* Added close button to Anomaly demo.
* Fixed Anomaly demo controlstrip icon placement for very small screens.
* Ensure history configuration is cleared when a state machine is restarted.
For more read: http://qt.nokia.com/developer/changes/changes-4.6.3
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 d0597a56708..2f9966e116d 100644 --- a/x11/qt4/Makefile.common +++ b/x11/qt4/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.21 2010/02/16 13:08:09 adam Exp $ +# $NetBSD: Makefile.common,v 1.22 2010/07/04 06:00:13 adam Exp $ # used by x11/qt4-libs/Makefile.common # used by x11/qt4-tools/Makefile -QTVERSION= 4.6.2 +QTVERSION= 4.6.3 MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE= http://qt.nokia.com/ |