summaryrefslogtreecommitdiffstats
path: root/SOURCE/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'SOURCE/Makefile')
-rw-r--r--SOURCE/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/SOURCE/Makefile b/SOURCE/Makefile
index fa9f6ea..8b5c481 100644
--- a/SOURCE/Makefile
+++ b/SOURCE/Makefile
@@ -1,7 +1,7 @@
CWD = $(shell readlink -f .)
VERSION_SHORT = 5.13
-RELEASE = 1
+RELEASE = 2
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)"