summaryrefslogtreecommitdiffstats
path: root/SOURCE/Makefile
diff options
context:
space:
mode:
authorKoenig, Joerg <Joerg.Koenig@techsat.com>2019-12-05 11:59:49 (GMT)
committerKoenig, Joerg <Joerg.Koenig@techsat.com>2019-12-05 11:59:49 (GMT)
commitc8381bd2993211a1f1ebf846553983f5941f2d55 (patch)
tree71677b1b7292aa5dd12bb1a3316d7a5cb0c2d69b /SOURCE/Makefile
parentc055c8543b0973c722291bb94fde0f68577e111d (diff)
downloadQt-c8381bd2993211a1f1ebf846553983f5941f2d55.zip
Qt-c8381bd2993211a1f1ebf846553983f5941f2d55.tar.gz
Qt-c8381bd2993211a1f1ebf846553983f5941f2d55.tar.bz2
Update to 5.13.2refs/changes/42/9442/1
Change-Id: I0989e133308870f80dddc10c0e24502443733ee1
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)"