Raise version number to v0.27.0

This commit is contained in:
badaix 2022-07-15 18:45:13 +02:00
parent 3d072dbbb6
commit a041306278
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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