added version number

This commit is contained in:
badaix 2016-01-02 13:56:04 +01:00
parent e0c0455c7a
commit 909a17f2f3
3 changed files with 23 additions and 1 deletions

View file

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

View file

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

View file

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