changeset 604:3eb8e4af0d73

Updated the version info. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@854 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 20 Oct 2008 14:52:18 +0000
parents e65eb4ddc0f8
children 2dc3ee4bcaf5
files src/mainwindow.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Mon Oct 20 14:23:11 2008 +0000
+++ b/src/mainwindow.cpp	Mon Oct 20 14:52:18 2008 +0000
@@ -37,8 +37,8 @@
 MainWindow::MainWindow(QString file2OpenOnStart, QWidget *parent) : QMainWindow(parent) {
     // set the program version, revision and date, which is shown in the main window title and in the about dialog.
     version = "1.0.1";
-    revision = "800";
-    QDate buildDate(2008, 10, 9);
+    revision = "854";
+    QDate buildDate(2008, 10, 20);
     buildDateStr = buildDate.toString("d. MMMM yyyy");
 
     // Init of some variables.