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