mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-30 02:37:15 +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(
|
project(
|
||||||
snapcast
|
snapcast
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
VERSION 0.26.0)
|
VERSION 0.27.0)
|
||||||
|
|
||||||
set(PROJECT_DESCRIPTION "Multiroom client-server audio player")
|
set(PROJECT_DESCRIPTION "Multiroom client-server audio player")
|
||||||
set(PROJECT_URL "https://github.com/badaix/snapcast")
|
set(PROJECT_URL "https://github.com/badaix/snapcast")
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
VERSION = 0.26.0
|
VERSION = 0.27.0
|
||||||
BIN = snapclient
|
BIN = snapclient
|
||||||
|
|
||||||
ifeq ($(TARGET), FREEBSD)
|
ifeq ($(TARGET), FREEBSD)
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
VERSION = 0.26.0
|
VERSION = 0.27.0
|
||||||
BIN = snapserver
|
BIN = snapserver
|
||||||
|
|
||||||
ifeq ($(TARGET), FREEBSD)
|
ifeq ($(TARGET), FREEBSD)
|
||||||
|
|
Loading…
Add table
Reference in a new issue