changeset 460:cd1bfa1f8c5a

Updated version number for mainwindow. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@695 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 25 May 2008 20:28:44 +0000
parents de3db6930c6c
children 18c2c81890df
files src/mainwindow.cpp
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Sun May 25 20:28:17 2008 +0000
+++ b/src/mainwindow.cpp	Sun May 25 20:28:44 2008 +0000
@@ -36,9 +36,9 @@
  */
 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 = "0.8.1";
-    revision = "650";
-    QDate buildDate(2008, 03, 27);
+    version = "0.8.2";
+    revision = "700";
+    QDate buildDate(2008, 05, 25);
     buildDateStr = buildDate.toString("d. MMMM yyyy");
 
     // Get the applications binary path, with respect to MacOSXs use of the .app folder.