From 8d9b1a1987840b5ab254db0ffe47663641d9ae15 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 1 Dec 2009 14:51:15 +0000 Subject: changed the version of glusterfs from 2.1.0 to 3.0.0 Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati --- configure.ac | 2 +- libglusterfs/src/protocol.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3cee0b06afd..43d3504a38d 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . -AC_INIT([glusterfs],[2.1.0git],[gluster-users@gluster.org]) +AC_INIT([glusterfs],[3.0.0git],[gluster-users@gluster.org]) AM_INIT_AUTOMAKE diff --git a/libglusterfs/src/protocol.h b/libglusterfs/src/protocol.h index 8faf5f3ab8a..a87228a167e 100644 --- a/libglusterfs/src/protocol.h +++ b/libglusterfs/src/protocol.h @@ -39,7 +39,7 @@ * bump the protocol version by "0.1" */ -#define GF_PROTOCOL_VERSION "2.1" +#define GF_PROTOCOL_VERSION "3.0" struct gf_stat { uint64_t ino; -- cgit