diff options
author | Amar Tumballi <amar@gluster.com> | 2009-12-01 14:51:15 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-12-01 17:52:36 -0800 |
commit | 8d9b1a1987840b5ab254db0ffe47663641d9ae15 (patch) | |
tree | 8e08ca61ba3737898d7bf00af77891237bb6945b | |
parent | ade63327d7beaf6f8458aba9f8980e15016b6f31 (diff) |
changed the version of glusterfs from 2.1.0 to 3.0.0
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
-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; |