┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-06-24 16:45:58 +0200
committerPeter Penz <[email protected]>2012-06-24 16:46:18 +0200
commit37dde37fcde68dab15998e15bb6aaf1a25224652 (patch)
tree575778033ba632495938acdf446e033c89ca2c16 /src/main.cpp
parent27d2d476e6a54827a208ea8e94730ce9332709f9 (diff)
Increase version to 2.1
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c07802437..39ecee8b8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -33,7 +33,7 @@ KDE_EXPORT int kdemain(int argc, char **argv)
{
KAboutData about("dolphin", 0,
ki18nc("@title", "Dolphin"),
- "2.0.95",
+ "2.1",
ki18nc("@title", "File Manager"),
KAboutData::License_GPL,
ki18nc("@info:credit", "(C) 2006-2012 Peter Penz"));