changeset 540:d31c9895ddfa

Only updated the version info. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@780 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 28 Sep 2008 15:24:42 +0000
parents 98345e21693a
children e7dd2eabb2a3
files src/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Sun Sep 28 15:04:30 2008 +0000
+++ b/src/mainwindow.cpp	Sun Sep 28 15:24:42 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 = "1.0.0";
     revision = "800";
-    QDate buildDate(2008, 09, 29);
+    QDate buildDate(2008, 9, 29);
     buildDateStr = buildDate.toString("d. MMMM yyyy");
 
     // Init of some variables.