openbsd-ports/x11/qt5/Makefile.version
2017-10-24 10:12:19 +00:00

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/}