summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UConfig.pas')
-rw-r--r--UConfig.pas5
1 files changed, 2 insertions, 3 deletions
diff --git a/UConfig.pas b/UConfig.pas
index 9c5d9b7..a405818 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -25,8 +25,8 @@ uses Classes, ULocale;
resourcestring
ConstAppTitle = 'Tux Commander';
- ConstAboutVersion = '0.6.68-dev';
- ConstAboutBuildDate = '2009-10-24';
+ ConstAboutVersion = '0.6.69-dev';
+ ConstAboutBuildDate = '2009-10-25';
{$IFDEF FPC}
{$INCLUDE fpcver.inc}
@@ -56,7 +56,6 @@ const ConfDefaultNormalItemFGColor = '#000000';
ConstFileListTipsDelay = 400;
ConstFileListTipsDelayNeighbour = 95;
ConstNumPanelColumns = 10;
- ConstPathDelim = '#';
ConstFullPathFormatStr = '%s#%s';
ConstConnMgrXORKey = 65;