changeset 271:7edd0703263c

Only changed version string. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@485 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 05 Nov 2007 20:25:19 +0000
parents 027f6107053b
children 01d40b19206e
files src/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Mon Nov 05 19:56:48 2007 +0000
+++ b/src/mainwindow.cpp	Mon Nov 05 20:25:19 2007 +0000
@@ -36,7 +36,7 @@
  */
 MainWindow::MainWindow(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.6.1 Beta";
+    version = "0.6.2 Beta";
     revision = "435";
     QDate buildDate(2007, 6, 13);
     buildDateStr = buildDate.toString("d. MMMM yyyy");