Release note: https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/ bulk by naddy@ (Thanks a lot)
15 lines
457 B
Makefile
15 lines
457 B
Makefile
# $OpenBSD: Makefile.version,v 1.3 2017/10/24 10:12:19 rsadowski Exp $
|
|
# Common source for Qt5 version
|
|
|
|
QT5_VERSION = 5.9.2
|
|
QT5_DIST_VERSION = 5.9.2
|
|
QT5_WEBKIT_VERSION = 5.9.0
|
|
|
|
# This one is used for building dependencies for examples and documentation,
|
|
# which obviously should be in sync with core packages.
|
|
QT5_NEXT_VERSION = 5.10
|
|
|
|
# Enginio has own versioning
|
|
ENGINIO_VERSION = ${QT5_VERSION:C/^5/1/}
|
|
ENGINIO_NEXT_VERSION = ${QT5_NEXT_VERSION:C/^5/1/}
|