summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-29 16:29:03 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-29 16:29:03 +0100
commit959269c4432632e9228a5fa148eed2255e508554 (patch)
tree090517465da49e84c7b3ec117f88d52ccd903107 /UConfig.pas
parent9883e3b4eec8e457b49cb70ca006f5f7601332da (diff)
downloadtuxcmd-959269c4432632e9228a5fa148eed2255e508554.tar.xz
Introduce copy operation start/stop callsv0.6.73
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)
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 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}