changeset 373:c929a1f289e9

Updated version number and date. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@600 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 16 Jan 2008 22:39:25 +0000
parents c0e9b68d1563
children 813507471b5e
files CHANGELOG.txt src/mainwindow.cpp
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.txt	Wed Jan 16 12:28:57 2008 +0000
+++ b/CHANGELOG.txt	Wed Jan 16 22:39:25 2008 +0000
@@ -1,4 +1,4 @@
-2007-11-22 Version 0.8.0 Beta
+2008-01-17 Version 0.8.0 Beta
 [add] Feature Request ID 1849297 : Added support for indenters written in JavaScript using an internal interpreter. Have a look into the README.txt to get to know, what steps are needed for that.
 [add] Added support for a simple JavaScript indenter written in JavaScript itself.
 [add] Added support for a simple shell code indenter written in awk.
--- a/src/mainwindow.cpp	Wed Jan 16 12:28:57 2008 +0000
+++ b/src/mainwindow.cpp	Wed Jan 16 22:39:25 2008 +0000
@@ -37,8 +37,8 @@
 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";
-    revision = "505";
-    QDate buildDate(2007, 11, 22);
+    revision = "602";
+    QDate buildDate(2008, 01, 17);
     buildDateStr = buildDate.toString("d. MMMM yyyy");
 
     // Get the applications binary path, with respect to MacOSXs use of the .app folder.