summaryrefslogtreecommitdiffstats
path: root/SOURCE/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'SOURCE/Makefile')
-rw-r--r--SOURCE/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/SOURCE/Makefile b/SOURCE/Makefile
index 8b5c481..e29dbf7 100644
--- a/SOURCE/Makefile
+++ b/SOURCE/Makefile
@@ -1,7 +1,7 @@
CWD = $(shell readlink -f .)
-VERSION_SHORT = 5.13
-RELEASE = 2
+VERSION_SHORT = 5.14
+RELEASE = 0
VERSION = $(VERSION_SHORT).$(RELEASE)
QT_SOURCE_ARCHIVE=qt-everywhere-src-$(VERSION).tar.xz
DL_URL="https://download.qt.io/official_releases/qt/$(VERSION_SHORT)/$(VERSION)/single/$(QT_SOURCE_ARCHIVE)"