~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/konsole/src/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-02-27 05:36:55 UTC
  • mto: This revision was merged to the branch mainline in revision 265.
  • Revision ID: james.westby@ubuntu.com-20100227053655-9f0ai4ih25tfidw0
Tags: upstream-4.4.1
ImportĀ upstreamĀ versionĀ 4.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <KCmdLineArgs>
31
31
#include <KLocale>
32
32
 
33
 
#define KONSOLE_VERSION "2.4"
 
33
#define KONSOLE_VERSION "2.4.1"
34
34
 
35
35
using namespace Konsole;
36
36