diff options
author | Koenig, Joerg <Joerg.Koenig@techsat.com> | 2020-01-23 16:45:10 (GMT) |
---|---|---|
committer | Koenig, Joerg <Joerg.Koenig@techsat.com> | 2020-01-23 16:45:10 (GMT) |
commit | 0772050003a918969baef08a76e5a17ddfb42a0b (patch) | |
tree | 417507af3db613ac53eddbaa77ba799be1700ff4 /Makefile.x86-linux | |
parent | 7de8f39c9161fcf7f3442f2a1c764ae81573b365 (diff) | |
download | Qt-0772050003a918969baef08a76e5a17ddfb42a0b.zip Qt-0772050003a918969baef08a76e5a17ddfb42a0b.tar.gz Qt-0772050003a918969baef08a76e5a17ddfb42a0b.tar.bz2 |
Update to QT 5.14.0
Resolves: :jira:<issue>
See also: :jira:<issue>
Change-Id: I22a7a5c736b4192cef09133afce55f7b6e1ba426
Diffstat (limited to 'Makefile.x86-linux')
-rw-r--r-- | Makefile.x86-linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.x86-linux b/Makefile.x86-linux index 6fe6f7e..3809eec 100644 --- a/Makefile.x86-linux +++ b/Makefile.x86-linux @@ -7,8 +7,8 @@ JOBS = 2 LOCAL_BUILD_PATH = $(TOP)/build.$(ARCH) LOCAL_INST_PATH = $(TOP)/install.$(ARCH) -VERSION_SHORT=5.13 -VERSION_RELEASE=1 +VERSION_SHORT=5.14 +VERSION_RELEASE=0 VERSION=$(VERSION_SHORT).$(VERSION_RELEASE) SSL_VERSION=1.0.2r |