changeset 472:a4798a9a0cb2

Updated the version info a last time before release. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@709 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 26 May 2008 19:00:56 +0000
parents e8376fc4ce74
children 4b1ae20f1e06
files CHANGELOG.txt src/mainwindow.cpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.txt	Mon May 26 18:59:12 2008 +0000
+++ b/CHANGELOG.txt	Mon May 26 19:00:56 2008 +0000
@@ -1,4 +1,4 @@
-2008-05-25 Version 0.8.2
+2008-05-26 Version 0.8.2
 [add] Feature Request ID 1971206 : Now showing by the indenter supported programming languages next to indenter name.
 [add] Feature Request ID 1971181 : Added support for the HTML indenter HTB.
 [add] Feature Request ID 1867562 : Added support for the HTML indenter hindent.
--- a/src/mainwindow.cpp	Mon May 26 18:59:12 2008 +0000
+++ b/src/mainwindow.cpp	Mon May 26 19:00:56 2008 +0000
@@ -37,7 +37,7 @@
 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.2";
-    revision = "700";
+    revision = "708";
     QDate buildDate(2008, 05, 26);
     buildDateStr = buildDate.toString("d. MMMM yyyy");