diff options
author | Amar Tumballi <amar@gluster.com> | 2009-06-30 17:08:50 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-06-30 16:10:34 -0700 |
commit | 193b0e696fb7612998e23e21628023e9fffd08ee (patch) | |
tree | 6fe6101400e2e261e1b1f67aca5383b3c8e15659 /configure.ac | |
parent | 141d78e170b1e35b8897fe583cb5955646c8c211 (diff) |
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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 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 |