diff options
Diffstat (limited to 'common/vfs_types.h')
| -rw-r--r-- | common/vfs_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
