diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-24 17:28:34 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-24 17:28:34 +0200 |
| commit | cc89d75a54d369722149885335af51661a62cade (patch) | |
| tree | 5e91ca69c4962dedc45439bd1e1651e4c10dbeba /common/vfs_types.h | |
| parent | c082fe2979d033f70152922da49fb6be17c594bf (diff) | |
| download | tuxcmd-modules-0.6.68.tar.xz | |
Bump VFS API versionv0.6.68
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; |
