~ubuntu-branches/ubuntu/quantal/kdegames/quantal

« back to all changes in this revision

Viewing changes to granatier/src/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac
  • Date: 2011-07-23 01:58:13 UTC
  • mfrom: (1.3.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110723015813-jko1e0zo440rnhq6
Tags: 4:4.7.0-0ubuntu1
* New upstream release 
  - add libsndfile1-dev to build-deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
int main(int argc, char** argv)
27
27
{
28
28
    // About Granatier
29
 
    KAboutData about("granatier", 0, ki18n("Granatier"), "1.0.0",
 
29
    KAboutData about("granatier", 0, ki18n("Granatier"), "1.1.0",
30
30
        ki18n("Granatier is a Bomberman Clone!"),
31
31
        KAboutData::License_GPL, ki18n("Copyright (c) 2009 The Granatier Team!"));
32
32
    about.addAuthor(ki18n("Mathias Kraus"), ki18n("Maintainer"), "k.hias@gmx.de", 0);