From 193b0e696fb7612998e23e21628023e9fffd08ee Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 30 Jun 2009 17:08:50 +0000 Subject: version changes in GIT repo to differentiate between branches package-version: because master is undergoing changes for 2.1.x release, protocol-version: because of addition of mops 'log' Signed-off-by: Anand V. Avati --- libglusterfs/src/protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libglusterfs') 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; -- cgit