OTHER: Release candidate 0.1-rc2

This commit is contained in:
Thomas Frauendorfer 2009-07-20 11:19:11 +02:00
parent 3eb9d24817
commit 4a8b16de13
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Version 0.1rc2 (2009-07-20)
* changed default skin to Almond-blue (licensed under GPL)
* fix a time formating issue in the playlist
* fix playlist so that it is updated when entries are added
* fix infinite loop when enabling equalizer effect in deamon
Version 0.1rc1 (2009-07-08)
* first release candidate
* mainwindow, playlistwindow and equalizer mostly work

View file

@ -1,4 +1,4 @@
DEFINES += PROMOE_VERSION="\"\\\"0.1-rc1\\\"\""
DEFINES += PROMOE_VERSION="\"\\\"0.1-rc2\\\"\""
isEmpty(PREFIX): PREFIX = /usr/local
isEmpty(BINDIR): BINDIR = $$PREFIX/bin