mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Update version number to v0.25.0
This commit is contained in:
parent
8fb33fdae3
commit
02adc7498c
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.2)
|
||||
|
||||
project(snapcast LANGUAGES CXX VERSION 0.24.0)
|
||||
project(snapcast LANGUAGES CXX VERSION 0.25.0)
|
||||
set(PROJECT_DESCRIPTION "Multiroom client-server audio player")
|
||||
set(PROJECT_URL "https://github.com/badaix/snapcast")
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is part of snapcast
|
||||
# Copyright (C) 2014-2020 Johannes Pohl
|
||||
# Copyright (C) 2014-2021 Johannes Pohl
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -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.24.0
|
||||
VERSION = 0.25.0
|
||||
BIN = snapclient
|
||||
|
||||
ifeq ($(TARGET), FREEBSD)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is part of snapcast
|
||||
# Copyright (C) 2014-2020 Johannes Pohl
|
||||
# Copyright (C) 2014-2021 Johannes Pohl
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -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.24.0
|
||||
VERSION = 0.25.0
|
||||
BIN = snapserver
|
||||
|
||||
ifeq ($(TARGET), FREEBSD)
|
||||
|
|
Loading…
Add table
Reference in a new issue