summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-03-08 15:25:03 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-03-08 15:25:03 +0100
commite63a6e8f6daadb8d7ab7ab7e99099fb2fee62c3c (patch)
treef160b2a3e1339d5dffb74a3d006c46bbfa238a9d /UConfig.pas
parent2de0a7945bf5941cf0a163b86fa8facbb5b05f2d (diff)
downloadtuxcmd-0.6.62.tar.xz
Search: match archives with multiple extensions correctlyv0.6.62
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 3e2ab55..8bfa398 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -25,8 +25,8 @@ uses Classes, ULocale;
resourcestring
ConstAppTitle = 'Tux Commander';
- ConstAboutVersion = '0.6.61-dev';
- ConstAboutBuildDate = '2008-11-23';
+ ConstAboutVersion = '0.6.62-dev';
+ ConstAboutBuildDate = '2009-03-08';
{$IFDEF FPC}
{$INCLUDE fpcver.inc}