~ubuntu-branches/ubuntu/karmic/kdegames/karmic

« back to all changes in this revision

Viewing changes to kshisen/src/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-07-09 20:49:47 UTC
  • mfrom: (1.2.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20090709204947-0zjwoszx5z2ut01r
Tags: 4:4.2.96-0ubuntu1
* New upstream release
* Bump version of kdelibs5-dev build-dep to 4.2.96

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
// The MINOR number is increased for every branch of KDE from trunk (i.e. KDE 4.1, KDE 4.2 etc).
32
32
// The MICRO version is increased for every bugfix release if there were changes.
33
33
// MICRO numbers >= 50 are used for development milestones in trunk.
34
 
#define KSHISEN_VERSION "1.6.55"
 
34
#define KSHISEN_VERSION "1.6.56"
35
35
 
36
36
static const char description[] = I18N_NOOP("A KDE game similar to Mahjongg");
37
37