diff options
author | adam <adam@pkgsrc.org> | 2018-10-01 17:44:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-01 17:44:46 +0000 |
commit | f050928ed92379f99adb79137d9dfe335e03b5f4 (patch) | |
tree | b7eba8aa61244bd69c59c3a45cd97d7823ecc3e7 /x11/qt5 | |
parent | 158b1cfc7e0da7f81b3bb4fb5b7111604ac409ab (diff) | |
download | pkgsrc-f050928ed92379f99adb79137d9dfe335e03b5f4.tar.gz |
qt5: updated to 5.11.2
Qt 5.11.2 Released
Qt 5.11.2 is released today. As a patch release it does not add any new functionality, but provides important bug fixes, security updates and other improvements.
Compared to Qt 5.11.1, the Qt 5.11.2 release provides fixes for more than 250 bugs and it contains around 800 changes in total. For details of the most important changes, please check the Change files of Qt 5.11.2.
Diffstat (limited to 'x11/qt5')
-rw-r--r-- | x11/qt5/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt5/Makefile.common b/x11/qt5/Makefile.common index ac71ff20782..9bdff04a708 100644 --- a/x11/qt5/Makefile.common +++ b/x11/qt5/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.10 2018/06/22 06:29:20 adam Exp $ +# $NetBSD: Makefile.common,v 1.11 2018/10/01 17:44:46 adam Exp $ # used by x11/qt5-qtbase/Makefile.common # used by inputmethod/qt5-uim/Makefile -QTVERSION= 5.11.1 +QTVERSION= 5.11.2 .include "../../mk/bsd.prefs.mk" |