summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UConfig.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/UConfig.pas b/UConfig.pas
index 9642930..98c1938 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -25,8 +25,8 @@ uses Classes, ULocale;
resourcestring
ConstAppTitle = 'Tux Commander';
- ConstAboutVersion = '0.6.44-dev';
- ConstAboutBuildDate = '2008-06-15';
+ ConstAboutVersion = '0.6.45-dev';
+ ConstAboutBuildDate = '2008-06-18';
{$IFDEF FPC}
{$INCLUDE fpcver.inc}