diff common.h @ 36:5986d0758069

Version 0.5.3. Fixed .hgignore editing in windows.
author Jari Korhonen <jtkorhonen@gmail.com>
date Sat, 19 Jun 2010 03:10:51 +0300
parents 43e3b271d293
children 46260ce88b71
line wrap: on
line diff
--- a/common.h	Sat Jun 19 02:01:54 2010 +0300
+++ b/common.h	Sat Jun 19 03:10:51 2010 +0300
@@ -8,7 +8,7 @@
 #include <QtCore>
 
 #define APPNAME                         "HgExplorer"
-#define APPVERSION                      "0.5.2"
+#define APPVERSION                      "0.5.3"
 #define MY_ICON_SIZE                    32
 #define REPOMENU_TITLE                  "Repository actions"
 #define WORKFOLDERMENU_TITLE            "Workfolder actions"
@@ -35,7 +35,6 @@
 
 extern QString getSystem();
 extern QString getHgBinaryName();
-extern QString getDiffMergeDefaultPath();
 extern QString getHgDirName();
 
 #endif 	//COMMON_H