# HG changeset patch # User thomas_-_s # Date 1211747351 0 # Node ID 18c2c81890df1eae05f56ade5a003d254224f6a7 # Parent cd1bfa1f8c5a7ca2b090c2cd0dd5f63a44425fb9 Updated version number for mainwindow. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@696 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r cd1bfa1f8c5a -r 18c2c81890df src/mainwindow.cpp --- 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.