summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com>2008-09-02 17:06:27 +0200
committerTomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com>2008-09-02 17:06:27 +0200
commit7a2696850bf538fff83cc4e208287f96168a7e3c (patch)
treed50bacf1a8d09d1b1c9598de8d8074574da65f16 /UConfig.pas
parent14c2d4bbee1f217402af5b7830562d899e234216 (diff)
downloadtuxcmd-0.6.47.tar.xz
Block UI when opening remote locationv0.6.47
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 d1ca13a..f95321e 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -25,8 +25,8 @@ uses Classes, ULocale;
resourcestring
ConstAppTitle = 'Tux Commander';
- ConstAboutVersion = '0.6.46-dev';
- ConstAboutBuildDate = '2008-08-21';
+ ConstAboutVersion = '0.6.47-dev';
+ ConstAboutBuildDate = '2008-09-02';
{$IFDEF FPC}
{$INCLUDE fpcver.inc}