changeset 461:18c2c81890df

Updated version number for mainwindow. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@696 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 25 May 2008 20:29:11 +0000
parents cd1bfa1f8c5a
children 15813e622299
files src/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Sun May 25 20:28:44 2008 +0000
+++ b/src/mainwindow.cpp	Sun May 25 20:29:11 2008 +0000
@@ -38,7 +38,7 @@
     // set the program version, revision and date, which is shown in the main window title and in the about dialog.
     version = "0.8.2";
     revision = "700";
-    QDate buildDate(2008, 05, 25);
+    QDate buildDate(2008, 05, 26);
     buildDateStr = buildDate.toString("d. MMMM yyyy");
 
     // Get the applications binary path, with respect to MacOSXs use of the .app folder.