Skip to content

Commit

Permalink
Update installer for version 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jul 28, 2019
1 parent e068bda commit aad0534
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions installer/create_latest_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ DIR_PATH=`dirname $FILE_PATH`
source "$DIR_PATH/installer_functions.sh"

# Create Installer data for latest versions
INSTALLER_VERSION=1.0.12 # This must be incremented for every new release
INSTALLER_RELEASE_DATE=2019-06-29
INSTALLER_VERSION=1.0.13 # This must be incremented for every new release
INSTALLER_RELEASE_DATE=2019-07-15

QTC_LATEST=1
QTC_REPO="https://code.qt.io/qt-creator/qt-creator.git"
QTC_VERSION=4.9.2.0
QTC_VERSION=4.9.2.1
QTC_BRANCH=v4.9.2
QTC_RELEASE_DATE=2019-05-28
RQTC_VERSION=0.3.8.0
RQTC_RELEASE_DATE=2019-06-28
RQTC_VERSION=0.3.9.0
RQTC_RELEASE_DATE=2019-07-15
QTERMWIDGET_BRANCH="debian/xenial"
SortingPriority=200

Expand Down

0 comments on commit aad0534

Please sign in to comment.