Bump the smbd vfs interface version to 29. Samba 3.6.0 will ship
authorJeremy Allison <jra@samba.org>
Wed, 1 Jun 2011 04:03:22 +0000 (21:03 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 10 Jun 2011 17:27:05 +0000 (19:27 +0200)
with interface 28.

source3/include/vfs.h

index 145b52c5c2dedc223200be1f441866318afc78d9..5c7e4e52bc44faa25c7bc974c71a17de00f9ca5f 100644 (file)
 /* Leave at 28 - not yet released. Add fdopendir. JRA. */
 /* Leave at 28 - not yet released. Rename open function to open_fn. - gd */
 /* Leave at 28 - not yet released. Make getwd function always return malloced memory. JRA. */
-#define SMB_VFS_INTERFACE_VERSION 28
+/* Bump to version 29 - Samba 3.6.0 will ship with interface version 28. */
+#define SMB_VFS_INTERFACE_VERSION 29
 
 /*
     All intercepted VFS operations must be declared as static functions inside module source