changeset 405:a96a42e16ced

[change] Developer Request ID 1892547 : Removed the word beta from the about dialog and title and whereever else. http://universalindent.sf.net/issue/1892547 git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@634 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 12 Mar 2008 21:51:06 +0000
parents 315f520dbd7b
children cd5b54430964
files src/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Wed Mar 12 21:39:53 2008 +0000
+++ b/src/mainwindow.cpp	Wed Mar 12 21:51:06 2008 +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.8.0 Beta";
+    version = "0.8.1";
     revision = "602";
     QDate buildDate(2008, 01, 17);
     buildDateStr = buildDate.toString("d. MMMM yyyy");