diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-24 17:26:07 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-24 17:26:07 +0200 |
| commit | 9a9e840382ab9d12ee14c28f142c70be42743ba8 (patch) | |
| tree | 474b300f05c16af35bace859117318b292f55878 | |
| parent | b955c230da60c2ce4d64dc11348b52d445ebde1e (diff) | |
| download | tuxcmd-9a9e840382ab9d12ee14c28f142c70be42743ba8.tar.xz | |
Bump VFS API versionv0.6.68
| -rw-r--r-- | UConfig.pas | 4 | ||||
| -rw-r--r-- | vfs/uVFSprototypes.pas | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/UConfig.pas b/UConfig.pas index 577d24d..9c5d9b7 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -25,8 +25,8 @@ uses Classes, ULocale; resourcestring ConstAppTitle = 'Tux Commander'; - ConstAboutVersion = '0.6.67-dev'; - ConstAboutBuildDate = '2009-10-05'; + ConstAboutVersion = '0.6.68-dev'; + ConstAboutBuildDate = '2009-10-24'; {$IFDEF FPC} {$INCLUDE fpcver.inc} diff --git a/vfs/uVFSprototypes.pas b/vfs/uVFSprototypes.pas index 647f1c6..01a31d3 100644 --- a/vfs/uVFSprototypes.pas +++ b/vfs/uVFSprototypes.pas @@ -1,12 +1,12 @@ (* Virtual File System support - prototypes functions and types - draft version 24 + draft version 25 used in Seksi commander and Tux Commander Copyright (C) 2003 Radek Cervinka <radek.cervinka@centrum.cz> - Copyright (C) 2005-2008 Tomas Bzatek <tbzatek@users.sourceforge.net> + Copyright (C) 2005-2009 Tomas Bzatek <tbzatek@users.sourceforge.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,7 +32,7 @@ interface {$ENDIF} const - cVFSVersion = 4; // current version of the VFS API + cVFSVersion = 5; // current version of the VFS API // Capabilities capVFS_nil = 0; |
