diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | 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 <http://www.gnu.org/licenses/>. -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; |