Update version number

This commit is contained in:
badaix 2021-01-21 18:28:16 +01:00
parent 61ebc114f6
commit 48072e3283
5 changed files with 33 additions and 4 deletions

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.2)
project(snapcast LANGUAGES CXX VERSION 0.23.0)
project(snapcast LANGUAGES CXX VERSION 0.23.100)
set(PROJECT_DESCRIPTION "Multiroom client-server audio player")
set(PROJECT_URL "https://github.com/badaix/snapcast")

View file

@ -1,5 +1,21 @@
# Snapcast changelog
## Version 0.23.100
### Features
- Client: Lorem ipsum
### Bugfixes
- Server: Lorem ipsum
### General
- Snapweb: Lorem ipsum
_Johannes Pohl <snapcast@badaix.de> Sun, 07 Mar 2021 00:13:37 +0200_
## Version 0.23.0
### Features

View file

@ -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.23.0
VERSION = 0.23.100
BIN = snapclient
ifeq ($(TARGET), FREEBSD)

13
debian/changelog vendored
View file

@ -1,3 +1,16 @@
snapcast (0.23.100-1) unstable; urgency=medium
* Features
-Client: Lorem ipsum
* Bugfixes
-Server: Lorem ipsum
* General
-Snapweb: Lorem ipsum
-- Johannes Pohl <snapcast@badaix.de> Sun, 07 Mar 2021 00:13:37 +0200
snapcast (0.23.0-1) unstable; urgency=medium
* Features

View file

@ -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.23.0
VERSION = 0.23.100
BIN = snapserver
ifeq ($(TARGET), FREEBSD)