summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-01 23:38:59 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-01 23:38:59 +0200
commit140ab8b26adefd427fedfc32aadf46f47f7f4019 (patch)
treeedd3d96bf6d9a2e6754916e82bcf22839b2af11b /UConfig.pas
parentfbcbfad62bb22b42871052b08d474209511878ce (diff)
downloadtuxcmd-140ab8b26adefd427fedfc32aadf46f47f7f4019.tar.xz
Peoperly escape username and password in URIv0.6.64
This prevent parsing issues and confusion with separators Fixes bugs #2454128 and #2808177
Diffstat (limited to 'UConfig.pas')
-rw-r--r--UConfig.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/UConfig.pas b/UConfig.pas
index 01a47d8..5500093 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -25,8 +25,8 @@ uses Classes, ULocale;
resourcestring
ConstAppTitle = 'Tux Commander';
- ConstAboutVersion = '0.6.63-dev';
- ConstAboutBuildDate = '2009-09-23';
+ ConstAboutVersion = '0.6.64-dev';
+ ConstAboutBuildDate = '2009-10-01';
{$IFDEF FPC}
{$INCLUDE fpcver.inc}