~ubuntu-branches/ubuntu/saucy/konsole/saucy-proposed

« back to all changes in this revision

Viewing changes to src/main.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2013-03-05 16:35:14 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130305163514-p55m6403czeg8cih
Tags: 4:4.10.1-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <KCmdLineArgs>
30
30
#include <KLocale>
31
31
 
32
 
#define KONSOLE_VERSION "2.10"
 
32
#define KONSOLE_VERSION "2.10.1"
33
33
 
34
34
using Konsole::Application;
35
35