diff options
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/protocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/protocol.h b/libglusterfs/src/protocol.h index 10db213f5af..89ab6a8ab8f 100644 --- a/libglusterfs/src/protocol.h +++ b/libglusterfs/src/protocol.h @@ -38,8 +38,8 @@ /* Any changes in the protocol structure or adding new '[f,m]ops' needs to * bump the protocol version by "0.1" */ -/* Protocol version 1.0 was ASCII based dictionary protocol */ -#define GF_PROTOCOL_VERSION "2.0" + +#define GF_PROTOCOL_VERSION "2.1" struct gf_stat { uint64_t ino; |