# HG changeset patch # User Jari Korhonen # Date 1275147946 -10800 # Node ID fad897ed98945fcfec2c1eed103e5bd7b60d3da3 # Parent 90ffef5f049483daa3902cc5c76f94aeea3b322f Ver 0.4.6: Added TortoiseHg / InstallJammer to thanks/credits list. diff -r 90ffef5f0494 -r fad897ed9894 common.h --- 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 #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" diff -r 90ffef5f0494 -r fad897ed9894 mainwindow.cpp --- 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)

" "-Needs Mercurial ;-) (thanks Matt Mackall, Bryan O'Sullivan and others !)
" "-Uses excellent Nuvola icons (c) David Vignoni (Thanks, David !)
" - "-Needs Qt4, mingw (in windows), python, kdiff3 (Thanks to all of you !)
")); + "-Needs Qt4, mingw (in windows), python, kdiff3 (Thanks to all of you !)
" + "-Windows standalone install uses hg / python / kdiff3 from TortoiseHg (BIG Thanks !)
" + "-Windows standalone install uses InstallJammer setup tool (Thanks, great tool !)
")); }