summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-09 16:06:45 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-09 16:06:45 +0100
commita2bfc5e9f4c66db6a29810c064b981d772aefb2a (patch)
tree7ea6efd4ffe7e265a9dee447693e36332e36f375 /UConfig.pas
parent8712e487d22e7650a3dc529a63a70cf1d64e1bc4 (diff)
downloadtuxcmd-a2bfc5e9f4c66db6a29810c064b981d772aefb2a.tar.xz
Port CRC32 and MD5 functions to standard FreePascal RTL
Added compat dir for Kylix compatibility
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 343f281..40af4ed 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -25,8 +25,8 @@ uses Classes, ULocale;
resourcestring
ConstAppTitle = 'Tux Commander';
- ConstAboutVersion = '0.6.54-dev';
- ConstAboutBuildDate = '2008-10-28';
+ ConstAboutVersion = '0.6.55-dev';
+ ConstAboutBuildDate = '2008-11-09';
{$IFDEF FPC}
{$INCLUDE fpcver.inc}