Set version to 0.2

This commit is contained in:
David Sansome 2010-03-22 13:20:30 +00:00
parent 91b2162d25
commit 41ab127d1a
4 changed files with 15 additions and 6 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
clementine (0.2) unstable; urgency=low
* Version 0.2
-- David Sansome <me@davidsansome.com> Mon, 22 Mar 2010 00:00:00 -0800
clementine (0.1-6) unstable; urgency=low
* Add dependency on libqt4-sql-sqlite

View File

@ -1,5 +1,5 @@
Name: clementine
Version: 0.1
Version: 0.2
Release: 5%{?dist}
Summary: A music player and library organiser
@ -55,6 +55,9 @@ rm Makefile src/Makefile
%changelog
* Mon Mar 22 2010 David Sansome <me@davidsansome.com> - 0.2
- Version 0.2
* Sun Feb 21 2010 David Sansome <me@davidsansome.com> - 0.1-5
- Various last-minute bugfixes

8
dist/windres.rc vendored
View File

@ -1,7 +1,7 @@
clementine ICON "clementine.ico"
1 VERSIONINFO
FILEVERSION 0,1,0,0
PRODUCTVERSION 0,1,0,0
FILEVERSION 0,2,0,0
PRODUCTVERSION 0,2,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@ -9,12 +9,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Clementine"
VALUE "FileDescription", "Clementine music player"
VALUE "FileVersion", "0.1"
VALUE "FileVersion", "0.2"
VALUE "InternalName", "clementine"
VALUE "LegalCopyright", "David Sansome"
VALUE "OriginalFilename", "clementine.exe"
VALUE "ProductName", "Clementine"
VALUE "ProductVersion", "0.1"
VALUE "ProductVersion", "0.2"
END
END

View File

@ -24,7 +24,7 @@ void LoadTranslation(const QString& prefix, const QString& path) {
int main(int argc, char *argv[]) {
QCoreApplication::setApplicationName("Clementine");
QCoreApplication::setApplicationVersion("0.1");
QCoreApplication::setApplicationVersion("0.2");
QCoreApplication::setOrganizationName("Clementine");
QCoreApplication::setOrganizationDomain("davidsansome.com");