From 959269c4432632e9228a5fa148eed2255e508554 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 29 Nov 2009 16:29:03 +0100 Subject: Introduce copy operation start/stop calls This is the first step for a rapid extraction speed increase as we don't need to open&seek for every file. Sorting by inode is still need to be written but most archives work fine as they are. TODO: writing into the archive needs special care (see TODO in zip plugin) --- UConfig.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UConfig.pas') diff --git a/UConfig.pas b/UConfig.pas index a4a9978..a8dc5b6 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -25,8 +25,8 @@ uses Classes, ULocale; resourcestring ConstAppTitle = 'Tux Commander'; - ConstAboutVersion = '0.6.72-dev'; - ConstAboutBuildDate = '2009-11-28'; + ConstAboutVersion = '0.6.73-dev'; + ConstAboutBuildDate = '2009-11-29'; {$IFDEF FPC} {$INCLUDE fpcver.inc} -- cgit v1.2.3