version changes in GIT repo to differentiate between branches
package-version: because master is undergoing changes for 2.1.x release, protocol-version: because of addition of mops 'log' Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
This commit is contained in:
parent
141d78e170
commit
193b0e696f
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user