summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-04 16:27:34 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-04 16:27:34 +0200
commit9edcc05f98afb705071e9a906492aaf4d3a10160 (patch)
tree0a92d5d175931b3941b494ff47405dc1f5e97835 /UConfig.pas
parentcf1f8d377549c6cb5ad9475dcd5ec5f48738a8e8 (diff)
downloadtuxcmd-0.6.66.tar.xz
Consolidate VFS memory managementv0.6.66
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 e4f919f..341f1ca 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -25,8 +25,8 @@ uses Classes, ULocale;
resourcestring
ConstAppTitle = 'Tux Commander';
- ConstAboutVersion = '0.6.65-dev';
- ConstAboutBuildDate = '2009-10-03';
+ ConstAboutVersion = '0.6.66-dev';
+ ConstAboutBuildDate = '2009-10-04';
{$IFDEF FPC}
{$INCLUDE fpcver.inc}