diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-21 05:45:46 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-21 05:46:28 +0100 |
commit | 61a141203bf8d5a4589cdb7108ff8469564251d9 (patch) | |
tree | 94b8aa7a621041eebd3832352b221c1334cb04cd | |
parent | 48482ef2e53b5eaae9a47e8ade9e3940bc01f48d (diff) | |
download | nncmpp-61a141203bf8d5a4589cdb7108ff8469564251d9.tar.gz nncmpp-61a141203bf8d5a4589cdb7108ff8469564251d9.tar.xz nncmpp-61a141203bf8d5a4589cdb7108ff8469564251d9.zip |
Bump liberty and version, update NEWSv1.2.0
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
m--------- | liberty | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c4ad3ce..1da79d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0) -project (nncmpp VERSION 1.1.1 LANGUAGES C) +project (nncmpp VERSION 1.2.0 LANGUAGES C) # Moar warnings if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) @@ -1,4 +1,4 @@ -x.x.x (xxxx-xx-xx) +1.2.0 (2021-12-21) * Added ability to control the volume of MPD's current PulseAudio sink diff --git a/liberty b/liberty -Subproject 782a9a5977bd5f2101e8808b94d659fe52e2490 +Subproject 7e8e085c97311b52db4d6739b6ef2a1b26a2319 |