From 130ae0dee7f1ed1292c32df52276833a9fa187b2 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Mon, 2 Mar 2009 09:16:45 -0800 Subject: changes in patchset and repo version noticed that if anyone pulls from git repo, the version says 'tla' and patchset also shows tla's patch. Signed-off-by: Anand V. Avati --- configure.ac | 2 +- libglusterfs/src/revision.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d6fadbe54..6e021751b 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 . -AC_INIT([glusterfs],[2.0.0tla],[gluster-users@gluster.org]) +AC_INIT([glusterfs],[2.0.0git],[gluster-users@gluster.org]) AM_INIT_AUTOMAKE diff --git a/libglusterfs/src/revision.h b/libglusterfs/src/revision.h index 30742cd5e..03c887fc0 100644 --- a/libglusterfs/src/revision.h +++ b/libglusterfs/src/revision.h @@ -1 +1 @@ -#define GLUSTERFS_REPOSITORY_REVISION "glusterfs--mainline--3.0--patch-928" +#define GLUSTERFS_REPOSITORY_REVISION "git://git.sv.gnu.org/gluster.git" -- cgit