changeset 288:92020c011f2e

Version Update git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@506 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 22 Nov 2007 21:06:45 +0000
parents 57b7d3ac8d88
children aa41b34387ea
files CHANGELOG.txt src/mainwindow.cpp
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.txt	Thu Nov 22 21:06:21 2007 +0000
+++ b/CHANGELOG.txt	Thu Nov 22 21:06:45 2007 +0000
@@ -1,3 +1,8 @@
+2007-11-22 Version 0.7.1 Beta
+[add] Feature Request ID 1833814 : Added support for building on MacOSX.
+[change] Feature Request ID 1836486 : Update to latest version of Uncrustify.
+[change] Update to latest version of Artistic Styler.
+
 2007-11-11 Version 0.7.0 Beta
 [add] Feature Request ID 1826733 : If the called indenter returns an error message, you can chose to not show the same error again. Helpful for HTMLtidy since it often shows a long, repeating error list.
 [add] Feature Request ID 1805974 : Added an option to clear the list of recently opened files.
--- a/src/mainwindow.cpp	Thu Nov 22 21:06:21 2007 +0000
+++ b/src/mainwindow.cpp	Thu Nov 22 21:06:45 2007 +0000
@@ -36,9 +36,9 @@
  */
 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.7.0 Beta";
-    revision = "496";
-    QDate buildDate(2007, 11, 11);
+    version = "0.7.1 Beta";
+    revision = "505";
+    QDate buildDate(2007, 11, 22);
     buildDateStr = buildDate.toString("d. MMMM yyyy");
 
     // Create the settings object, which loads all UiGui settings from a file.