From 6132c2ef3066e813acb1237afeca266f32c53a21 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 28 Nov 2009 16:00:34 +0100 Subject: Engine and VFS API cleanup * also split threaded operations into UCoreWorkers.pas * symlinks should be properly resolved now, even in archives * no more relative/absolute path confusion * moved FillDirFiles outside engines, made it more universal --- UConfig.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UConfig.pas') diff --git a/UConfig.pas b/UConfig.pas index 33828a7..2c419b7 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -25,8 +25,8 @@ uses Classes, ULocale; resourcestring ConstAppTitle = 'Tux Commander'; - ConstAboutVersion = '0.6.71-dev'; - ConstAboutBuildDate = '2009-11-17'; + ConstAboutVersion = '0.6.72-dev'; + ConstAboutBuildDate = '2009-11-28'; {$IFDEF FPC} {$INCLUDE fpcver.inc} -- cgit v1.2.3