mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 00:59:32 +02:00
added version number
This commit is contained in:
parent
e0c0455c7a
commit
909a17f2f3
3 changed files with 23 additions and 1 deletions
|
@ -17,7 +17,7 @@ OBJ = snapClient.o stream.o clientConnection.o timeProvider.o player/player.
|
|||
else
|
||||
CXX = /usr/bin/g++
|
||||
CFLAGS = -std=c++0x -Wall -Wno-unused-function -O3 -pthread -DASIO_STANDALONE -DVERSION=\"$(VERSION)\" -I.. -I../externals/asio/asio/include -I../externals/popl/include
|
||||
LDFLAGS = -lrt -lasound -logg -lvorbis -lvorbisenc -lFLAC -lavahi-client -lavahi-common
|
||||
LDFLAGS = -lrt -lasound -logg -lvorbis -lFLAC -lavahi-client -lavahi-common
|
||||
OBJ = snapClient.o stream.o clientConnection.o timeProvider.o player/player.o player/alsaPlayer.o decoder/oggDecoder.o decoder/pcmDecoder.o decoder/flacDecoder.o controller.o browseAvahi.o ../message/pcmChunk.o ../common/log.o ../message/sampleFormat.o
|
||||
endif
|
||||
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
snapclient (0.4.90) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
-TODO
|
||||
* Bugfixes
|
||||
-TODO
|
||||
* General
|
||||
-TODO
|
||||
|
||||
-- Johannes Pohl <johannes.pohl@badaix.de> Mon, 28 Dec 2015 12:00:00 +0200
|
||||
|
||||
snapclient (0.4.0) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
snapserver (0.4.90) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
-TODO
|
||||
* Bugfixes
|
||||
-TODO
|
||||
* General
|
||||
-TODO
|
||||
|
||||
-- Johannes Pohl <johannes.pohl@badaix.de> Mon, 28 Dec 2015 12:00:00 +0200
|
||||
|
||||
snapserver (0.4.0) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue