diff options
author | adam <adam@pkgsrc.org> | 2010-02-16 13:08:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-02-16 13:08:09 +0000 |
commit | 7a3ce77c809e0761946d5ea7ecda6d983d5eb96f (patch) | |
tree | e1bb17e1d4994af6fc0ba4361cca16eda8245971 /x11/qt4 | |
parent | c7c6889f81a70a03640309e87a1cf9a9c05f8bc0 (diff) | |
download | pkgsrc-7a3ce77c809e0761946d5ea7ecda6d983d5eb96f.tar.gz |
Changes 4.6.2:
This is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.6.0 and 4.6.1.
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 10ab2c31d5e..d0597a56708 100644 --- a/x11/qt4/Makefile.common +++ b/x11/qt4/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.20 2010/02/02 14:05:59 adam Exp $ +# $NetBSD: Makefile.common,v 1.21 2010/02/16 13:08:09 adam Exp $ # used by x11/qt4-libs/Makefile.common # used by x11/qt4-tools/Makefile -QTVERSION= 4.6.1 +QTVERSION= 4.6.2 MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE= http://qt.nokia.com/ |