Skip to content

Commit

Permalink
Updated version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clangen committed Oct 1, 2016
1 parent 0a9b69a commit afca90f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
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.2.1" /* todo: autogen */
#define VERSION "0.2.2"
3 changes: 2 additions & 1 deletion src/musikbox/musikbox.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
<ClInclude Include="app\util\Hotkeys.h" />
<ClInclude Include="app\util\Playback.h" />
<ClInclude Include="app\util\PreferenceKeys.h" />
<ClInclude Include="app\util\Version.h" />
<ClInclude Include="app\window\CategoryListView.h" />
<ClInclude Include="app\window\EntryWithHeader.h" />
<ClInclude Include="app\window\LogWindow.h" />
Expand Down Expand Up @@ -245,4 +246,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
6 changes: 3 additions & 3 deletions src/musikbox/musikbox.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,6 @@
<ClInclude Include="cursespp\IOrderable.h">
<Filter>cursespp</Filter>
</ClInclude>
<ClInclude Include="cursespp\ILayoutStack.h">
<Filter>cursespp</Filter>
</ClInclude>
<ClInclude Include="app\service\PlaybackService.h">
<Filter>app\service</Filter>
</ClInclude>
Expand Down Expand Up @@ -333,6 +330,9 @@
<ClInclude Include="cursespp\DialogOverlay.h">
<Filter>cursespp</Filter>
</ClInclude>
<ClInclude Include="app\util\Version.h">
<Filter>app\util</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="cursespp">
Expand Down

0 comments on commit afca90f

Please sign in to comment.