Update version number to v0.25.0

This commit is contained in:
badaix 2021-05-14 20:44:44 +02:00
parent 8fb33fdae3
commit 02adc7498c
3 changed files with 5 additions and 5 deletions

View file

@ -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")

View file

@ -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)

View file

@ -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)