# HG changeset patch # User thomas_-_s # Date 1211828456 0 # Node ID a4798a9a0cb21980a28e77b3a13d52a32ec2c119 # Parent e8376fc4ce7497c8a330818c102bb883deacfea7 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 diff -r e8376fc4ce74 -r a4798a9a0cb2 CHANGELOG.txt --- 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. diff -r e8376fc4ce74 -r a4798a9a0cb2 src/mainwindow.cpp --- 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");