diff options
author | Niels de Vos <ndevos@redhat.com> | 2012-01-07 22:05:11 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-01-12 21:43:54 -0800 |
commit | 718a2744076ff21d19c0e9b2cadac5b975a3f6a9 (patch) | |
tree | 36d2dd70b35badd128b1b442caa09ff77a996d60 | |
parent | cf944c8ad5da87bce15b08d0bbb2ecd62e553d86 (diff) |
trivial: correctly document that GLUSTER_CLI_VERSION=2 matches version 0.0.2
Change-Id: I0d7eb0ac67ad83e5f21b60cc2acc514ac602ea42
BUG: 772469
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Reviewed-on: http://review.gluster.com/2604
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amar@gluster.com>
-rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index fd7c89aad..c2540fa8d 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -204,7 +204,7 @@ enum glusterd_brick_procnum { #define GD_FRIEND_VERSION 2 /* 0.0.2 */ #define GLUSTER_CLI_PROGRAM 1238463 /* Completely random */ -#define GLUSTER_CLI_VERSION 2 /* 0.0.1 */ +#define GLUSTER_CLI_VERSION 2 /* 0.0.2 */ #define GD_BRICK_PROGRAM 4867634 /*Completely random*/ #define GD_BRICK_VERSION 2 |