mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Update version number
This commit is contained in:
parent
61ebc114f6
commit
48072e3283
5 changed files with 33 additions and 4 deletions
|
@ -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")
|
||||
|
||||
|
|
16
changelog.md
16
changelog.md
|
@ -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
|
||||
|
|
|
@ -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
13
debian/changelog
vendored
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue