From 912140c96c9a99c28cd02a92b02d7f05cfbf7d6e Mon Sep 17 00:00:00 2001 From: Andrew Karpow Date: Sun, 19 Oct 2014 20:29:30 +0200 Subject: [PATCH] prepare for 1.2.3 release --- CMakeLists.txt | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fedb16..174508f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project (ympd) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/") set(CPACK_PACKAGE_VERSION_MAJOR "1") set(CPACK_PACKAGE_VERSION_MINOR "2") -set(CPACK_PACKAGE_VERSION_PATCH "2") +set(CPACK_PACKAGE_VERSION_PATCH "3") option(WITH_MPD_HOST_CHANGE "Let users of the web frontend change the MPD Host" ON) option(WITH_IPV6 "enable IPv6 support" ON) diff --git a/README.md b/README.md index 7148142..18d5b6b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ ympd ==== -[![Build Status](http://ci.ympd.org/github.com/notandy/ympd/status.svg)](https://ci.ympd.org/github.com/notandy/ympd) Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS