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 03be040..fa9f6ea 100644
--- a/SOURCE/Makefile
+++ b/SOURCE/Makefile
@@ -1,7 +1,7 @@
CWD = $(shell readlink -f .)
-VERSION_SHORT = 5.12
-RELEASE = 3
+VERSION_SHORT = 5.13
+RELEASE = 1
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)"