mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Raise version number to v0.27.0
This commit is contained in:
parent
3d072dbbb6
commit
a041306278
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.2)
|
|||
project(
|
||||
snapcast
|
||||
LANGUAGES CXX
|
||||
VERSION 0.26.0)
|
||||
VERSION 0.27.0)
|
||||
|
||||
set(PROJECT_DESCRIPTION "Multiroom client-server audio player")
|
||||
set(PROJECT_URL "https://github.com/badaix/snapcast")
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
VERSION = 0.26.0
|
||||
VERSION = 0.27.0
|
||||
BIN = snapclient
|
||||
|
||||
ifeq ($(TARGET), FREEBSD)
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
VERSION = 0.26.0
|
||||
VERSION = 0.27.0
|
||||
BIN = snapserver
|
||||
|
||||
ifeq ($(TARGET), FREEBSD)
|
||||
|
|
Loading…
Add table
Reference in a new issue