Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Version updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flone-dnb committed Nov 2, 2019
1 parent ae7a9f2 commit 0f0eadc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ide/BloodyPlayer.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.10.1, 2019-11-02T21:32:04. -->
<!-- Written by QtCreator 4.10.1, 2019-11-02T23:13:23. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down Expand Up @@ -67,7 +67,7 @@
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.13.1 MSVC2017 64bit</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.13.1 MSVC2017 64bit</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt5.5131.win64_msvc2017_64_kit</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
Expand Down Expand Up @@ -317,7 +317,7 @@
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
<value type="QString" key="RunConfiguration.WorkingDirectory"></value>
<value type="QString" key="RunConfiguration.WorkingDirectory.default">D:/Home/Programming and computers/C/c++/Qt_projects/build_bloody-player-debug</value>
<value type="QString" key="RunConfiguration.WorkingDirectory.default">D:/Home/Programming and computers/C/c++/Qt_projects/build-bloody-player-release</value>
</valuemap>
<value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
</valuemap>
Expand Down
2 changes: 1 addition & 1 deletion src/Model/AudioService/audioservice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

AudioService::AudioService(MainWindow* pMainWindow)
{
sBloodyVersion = "1.16.1";
sBloodyVersion = "1.17.2";


this->pMainWindow = pMainWindow;
Expand Down

0 comments on commit 0f0eadc

Please sign in to comment.