From 9a9e840382ab9d12ee14c28f142c70be42743ba8 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 24 Oct 2009 17:26:07 +0200 Subject: Bump VFS API version --- vfs/uVFSprototypes.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vfs/uVFSprototypes.pas') 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 - Copyright (C) 2005-2008 Tomas Bzatek + Copyright (C) 2005-2009 Tomas Bzatek 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; -- cgit v1.2.3