changeset 29:fad897ed9894

Ver 0.4.6: Added TortoiseHg / InstallJammer to thanks/credits list.
author Jari Korhonen <jtkorhonen@gmail.com>
date Sat, 29 May 2010 18:45:46 +0300
parents 90ffef5f0494
children 45bfb8dc1faf
files common.h mainwindow.cpp
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Fri May 28 22:34:44 2010 +0300
+++ b/common.h	Sat May 29 18:45:46 2010 +0300
@@ -6,7 +6,7 @@
 #include <QtCore>
 
 #define APPNAME                         "HgExplorer"
-#define APPVERSION                      "0.4.5"
+#define APPVERSION                      "0.4.6"
 #define MY_ICON_SIZE                    32
 #define REPOMENU_TITLE                  "Repository actions"
 #define WORKFOLDERMENU_TITLE            "Workfolder actions"
--- a/mainwindow.cpp	Fri May 28 22:34:44 2010 +0300
+++ b/mainwindow.cpp	Sat May 29 18:45:46 2010 +0300
@@ -106,7 +106,9 @@
                         "(c) 2010 (lgpl), Jari Korhonen (jtkorhonen@gmail.com)<br><br>"
                         "-Needs Mercurial ;-) (thanks Matt Mackall, Bryan O'Sullivan and others !)<br>"
                         "-Uses excellent Nuvola icons (c) David Vignoni (Thanks, David !)<br>"
-                        "-Needs Qt4, mingw (in windows), python, kdiff3 (Thanks to all of you !)<br>"));
+                        "-Needs Qt4, mingw (in windows), python, kdiff3 (Thanks to all of you !)<br>"
+                        "-Windows standalone install uses hg / python / kdiff3 from TortoiseHg (BIG Thanks !)<br>"
+                        "-Windows standalone install uses InstallJammer setup tool (Thanks, great tool !)<br>"));
 }