summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index e7ae7c9..98d8efd 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -727,9 +727,9 @@ MainWindow::about()
{
QMessageBox::about(this, tr("About"), trUtf8(
"<p>\n"
- "<b>Database Modeller</b><br />\n"
+ "<b>Database Modeller " VERSION "</b><br />\n"
"<a href=\"http://oxygene.sk/lukas/dbmodel/\">http://oxygene.sk/lukas/dbmodel/</a><br />\n"
- "Copyright (C) 2008 Lukas Lalinsky\n"
+ "Copyright (C) 2008-2009 Lukas Lalinsky\n"
"</p>\n"
));
}