summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-24 17:28:34 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-24 17:28:34 +0200
commitcc89d75a54d369722149885335af51661a62cade (patch)
tree5e91ca69c4962dedc45439bd1e1651e4c10dbeba
parentc082fe2979d033f70152922da49fb6be17c594bf (diff)
downloadtuxcmd-modules-cc89d75a54d369722149885335af51661a62cade.tar.xz
Bump VFS API versionv0.6.68
-rw-r--r--common/vfs_types.h2
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;