Merge branch 'release-1.1'

This commit is contained in:
David Sansome 2012-11-18 20:49:01 +11:00
commit 40f0994da4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
Version 1.1.1:
Bugfixes:
* (Windows) Fix a crash that would always occur for some users.
* (Linux) Bundle Taglib 1.8 on older distros to enable Google Drive support
in Clementine.
Version 1.1:
Major features:
* Podcast support with integration with gpodder.net.

View File

@ -3,7 +3,7 @@
# Version numbers.
set(CLEMENTINE_VERSION_MAJOR 1)
set(CLEMENTINE_VERSION_MINOR 1)
set(CLEMENTINE_VERSION_PATCH 0)
set(CLEMENTINE_VERSION_PATCH 1)
#set(CLEMENTINE_VERSION_PRERELEASE rc1)
# This should be set to OFF in a release branch