~ubuntu-branches/ubuntu/oneiric/muon/oneiric

« back to all changes in this revision

Viewing changes to muon/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2011-02-17 13:14:28 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110217131428-23qtgy4967llczwh
Tags: 1.1.1-0ubuntu1
* New upstream bugfix release
* Update the Homepage field in debian/control to the new projects.kde.org
  home page.
* Update the upstream name field in debian/copyright to "Muon Package
  Management Suite" to reflect branding changes.
* Update the Source field in debian/copyright to the new KDE Git repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
static const char description[] =
30
30
    I18N_NOOP("A package manager");
31
31
 
32
 
static const char version[] = "1.1.0";
 
32
static const char version[] = "1.1.1";
33
33
 
34
34
int main(int argc, char **argv)
35
35
{
36
36
    KAboutData about("muon", 0, ki18n("Muon Package Manager"), version, ki18n(description),
37
 
                     KAboutData::License_GPL, ki18n("© 2009, 2010 Jonathan Thomas"), KLocalizedString(), 0);
 
37
                     KAboutData::License_GPL, ki18n("© 2009-2011 Jonathan Thomas"), KLocalizedString(), 0);
38
38
    about.addAuthor(ki18n("Jonathan Thomas"), KLocalizedString(), "echidnaman@kubuntu.org");
39
39
 
40
40
    KCmdLineArgs::init(argc, argv, &about);