Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit 8418f66

Browse files
committed
Bump version
1 parent 9fd58d5 commit 8418f66

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

dist/win/setup.iss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Source: "../../../OpenSSL-Win32/bin/libeay32.dll"; DestDir: "{app}"
4040
Source: "../../../OpenSSL-Win32/bin/ssleay32.dll"; DestDir: "{app}"
4141

4242
; Qt
43-
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2012/bin/Qt5Core.dll"; DestDir: "{app}"
44-
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2012/bin/Qt5Widgets.dll"; DestDir: "{app}"
45-
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2012/bin/Qt5WinExtras.dll"; DestDir: "{app}"
46-
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2012/bin/Qt5Gui.dll"; DestDir: "{app}"
47-
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2012/bin/Qt5Network.dll"; DestDir: "{app}"
48-
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2012/plugins/imageformats/*.dll"; Excludes: "*d.dll"; DestDir: "{app}/imageformats"
49-
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2012/plugins/platforms/*.dll"; Excludes: "*d.dll"; DestDir: "{app}/platforms"
43+
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2013/bin/Qt5Core.dll"; DestDir: "{app}"
44+
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2013/bin/Qt5Widgets.dll"; DestDir: "{app}"
45+
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2013/bin/Qt5WinExtras.dll"; DestDir: "{app}"
46+
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2013/bin/Qt5Gui.dll"; DestDir: "{app}"
47+
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2013/bin/Qt5Network.dll"; DestDir: "{app}"
48+
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2013/plugins/imageformats/*.dll"; Excludes: "*d.dll"; DestDir: "{app}/imageformats"
49+
Source: "../../../../Qt/Qt5.5.1/5.5/msvc2013/plugins/platforms/*.dll"; Excludes: "*d.dll"; DestDir: "{app}/platforms"
5050

5151
; C/C++ Runtime
5252
Source: "../../../../Program Files (x86)/Microsoft Visual Studio 11.0/VC/redist/x86/Microsoft.VC110.CRT/msvcp110.dll"; DestDir: "{app}"

track-o-bot.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TARGET = Track-o-Bot
2-
VERSION = 0.7.0
2+
VERSION = 0.7.1
33

44
CONFIG += qt precompile_header debug_and_release c++11
55
QT += core widgets network

0 commit comments

Comments
 (0)