Skip to content

Commit

Permalink
Version bump (plus a bit more dead code removal).
Browse files Browse the repository at this point in the history
  • Loading branch information
clangen committed Nov 26, 2016
1 parent 0b059c8 commit 410bdbc
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 157 deletions.
1 change: 0 additions & 1 deletion src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ set(CORE_SOURCES
./support/Common.cpp
./support/Preferences.cpp
./support/PreferenceKeys.cpp
./support/Version.cpp
../3rdparty/src/md5/md5.c
../3rdparty/src/sqlite/sqlite3.c
)
Expand Down
2 changes: 0 additions & 2 deletions src/core/core.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
<ClCompile Include="support\Common.cpp" />
<ClCompile Include="support\PreferenceKeys.cpp" />
<ClCompile Include="support\Preferences.cpp" />
<ClCompile Include="support\Version.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="audio\GaplessTransport.h" />
Expand Down Expand Up @@ -167,7 +166,6 @@
<ClInclude Include="support\Common.h" />
<ClInclude Include="support\PreferenceKeys.h" />
<ClInclude Include="support\Preferences.h" />
<ClInclude Include="support\Version.h" />
<ClInclude Include="utfutil.h" />
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions src/core/core.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@
<ClCompile Include="plugin\PluginFactory.cpp">
<Filter>src\plugin</Filter>
</ClCompile>
<ClCompile Include="support\Version.cpp">
<Filter>src\support</Filter>
</ClCompile>
<ClCompile Include="library\metadata\MetadataValue.cpp">
<Filter>src\library\metadata</Filter>
</ClCompile>
Expand Down Expand Up @@ -198,9 +195,6 @@
<ClInclude Include="plugin\PluginFactory.h">
<Filter>src\plugin</Filter>
</ClInclude>
<ClInclude Include="support\Version.h">
<Filter>src\support</Filter>
</ClInclude>
<ClInclude Include="library\metadata\MetadataValue.h">
<Filter>src\library\metadata</Filter>
</ClInclude>
Expand Down
2 changes: 1 addition & 1 deletion src/core/io/LocalFileStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

namespace musik { namespace core { namespace io {

class LocalFileStream : public musik::core::sdk::IDataStream{
class LocalFileStream : public musik::core::sdk::IDataStream {
public:
using PositionType = musik::core::sdk::PositionType;

Expand Down
83 changes: 0 additions & 83 deletions src/core/support/Version.cpp

This file was deleted.

63 changes: 0 additions & 63 deletions src/core/support/Version.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/musikbox/app/util/Version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

#define VERSION "0.4.0"
#define VERSION "0.4.1"

0 comments on commit 410bdbc

Please sign in to comment.