From cc89d75a54d369722149885335af51661a62cade Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 24 Oct 2009 17:28:34 +0200 Subject: Bump VFS API version --- common/vfs_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/vfs_types.h') diff --git a/common/vfs_types.h b/common/vfs_types.h index 071b666..49c62e9 100644 --- a/common/vfs_types.h +++ b/common/vfs_types.h @@ -81,7 +81,7 @@ typedef int (* TVFSAskPasswordCallback) void *user_data); -static const int cVFSVersion = 4; // current version of the VFS API +static const int cVFSVersion = 5; // current version of the VFS API // Capabilities static const int capVFS_nil = 0; -- cgit v1.2.3