projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e3dea4
)
bumped version to 1.2.2
author
Andrew Karpow
<andy@ndyk.de>
Fri, 9 May 2014 12:10:14 +0000
(14:10 +0200)
committer
Andrew Karpow
<andy@ndyk.de>
Fri, 9 May 2014 12:10:14 +0000
(14:10 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
086dd22
..
751ed00
100644
(file)
--- 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 "
1
")
+set(CPACK_PACKAGE_VERSION_PATCH "
2
")
option(WITH_MPD_HOST_CHANGE "Let users of the web frontend change the MPD Host" ON)