Skip to content

Commit

Permalink
Version incremented to 3.2.0-a3
Browse files Browse the repository at this point in the history
  • Loading branch information
dvvrd committed Mar 16, 2017
1 parent e4560fe commit 3976710
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion installer/build-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

set -o nounset
set -o errexit
[ -z "${PRODUCT_DISPLAYED_NAME+x}" ] && echo -e "\x1b[93;41mUse corresponding helper script, do not run this one directly\x1b[0m" && exit 3
#[ -z "${PRODUCT_DISPLAYED_NAME+x}" ] && echo -e "\x1b[93;41mUse corresponding helper script, do not run this one directly\x1b[0m" && exit 3
[ -e $(basename $0) ] || { pushd $(dirname $(readlink -f $0)); ./$(basename $0) $* ; popd ; }

export INSTALLER_ROOT=$PWD/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ cp $QT_DIR/bin/Qt5Xml.dll $PWD/../data
cp $QT_DIR/bin/Qt5Script.dll $PWD/../data
cp $QT_DIR/bin/Qt5Test.dll $PWD/../data

cp $QT_DIR/bin/icudt5*.dll $PWD/../data
cp $QT_DIR/bin/icuin5*.dll $PWD/../data
cp $QT_DIR/bin/icuuc5*.dll $PWD/../data
#cp $QT_DIR/bin/icudt5*.dll $PWD/../data
#cp $QT_DIR/bin/icuin5*.dll $PWD/../data
#cp $QT_DIR/bin/icuuc5*.dll $PWD/../data

cp $QT_DIR/bin/libgcc_s_dw2-1.dll $PWD/../data
cp $QT_DIR/bin/libwinpthread-1.dll $PWD/../data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ QImage Customizer::applicationLogo() const
QString Customizer::productVersion() const
{
/// @todo other storage for it?
return "3.2.0-NTI-α1";
return "3.2.0-α3";
}

QString Customizer::aboutText() const
Expand Down

0 comments on commit 3976710

Please sign in to comment.