Skip to content

Commit

Permalink
Pushed version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed May 24, 2018
1 parent 26579a1 commit 5b95083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6)

project (mympd C)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/")
set(CPACK_PACKAGE_VERSION_MAJOR "1")
set(CPACK_PACKAGE_VERSION_MAJOR "2")
set(CPACK_PACKAGE_VERSION_MINOR "0")
set(CPACK_PACKAGE_VERSION_PATCH "0")
if(CMAKE_BUILD_TYPE MATCHES RELEASE)
Expand Down
2 changes: 1 addition & 1 deletion htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h5 class="modal-title" id="settingsLabel"><span class="material-icons">play_cir
<h4><a style="color:#28a745" href="https://github.com/jcorporation/ympd"><span class="material-icons">play_circle_outline</span> myMPD</a>&nbsp;&ndash;&nbsp;<small>MPD Web GUI - written in C, utilizing Websockets and Bootstrap/JS</small></h4>
<p>myMPD is a lightweight MPD web client that runs without a dedicated webserver or interpreter. It's tuned for minimal resource usage and requires only very litte dependencies. myMPD is a fork of <a style="color:#28a745" href="http://www.ympd.org">ympd</a>.</p>
<ul>
<li>Version: 1.0.0</li>
<li>Version: 2.0.0</li>
<li>Homepage: <a style="color:#28a745" target="_blank" href="https://github.com/jcorporation/ympd">https://github.com/jcorporation/ympd</a></li>
<li>Autor: Juergen Mang &lt;<a style="color:#28a745" href="mailto:[email protected]">[email protected]</a>&gt;</li>
</ul>
Expand Down

0 comments on commit 5b95083

Please sign in to comment.