Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit 9f5e007

Browse files
committed
Update version to 2.1.0 for release
1 parent e9891b2 commit 9f5e007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ set(CPACK_GENERATOR "DEB;RPM;TBZ2")
2727
set(DEBIAN_PACKAGE_DESCRIPTION "Qt Client for MPD")
2828
set(CPACK_SOURCE_GENERATOR "TBZ2")
2929
set(CPACK_PACKAGE_VERSION_MAJOR "2")
30-
set(CPACK_PACKAGE_VERSION_MINOR "0")
31-
set(CPACK_PACKAGE_VERSION_PATCH "50")
30+
set(CPACK_PACKAGE_VERSION_MINOR "1")
31+
set(CPACK_PACKAGE_VERSION_PATCH "0")
3232
set(CPACK_PACKAGE_VERSION_SPIN "") # Use ".$number" - e.g. ".1"
3333
set(CPACK_PACKAGE_CONTACT "Craig Drummond <[email protected]>")
3434
set(CANTATA_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")

0 commit comments

Comments
 (0)