diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | libglusterfs/src/protocol.h | 4 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d48016936..8be8d921c 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 <http://www.gnu.org/licenses/>. -AC_INIT([glusterfs],[2.0.0git],[gluster-users@gluster.org]) +AC_INIT([glusterfs],[2.1.0git],[gluster-users@gluster.org])  AM_INIT_AUTOMAKE diff --git a/libglusterfs/src/protocol.h b/libglusterfs/src/protocol.h index 10db213f5..89ab6a8ab 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;  | 
