diff options
author | Amar Tumballi <amar@gluster.com> | 2009-03-02 09:16:45 -0800 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-03-03 11:45:12 +0530 |
commit | 130ae0dee7f1ed1292c32df52276833a9fa187b2 (patch) | |
tree | aa18c526cc11c7d7776bd88282972035f68fbf77 | |
parent | da71d1359c1335997595935dbaa07c5747231861 (diff) |
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 <avati@amp.gluster.com>
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | libglusterfs/src/revision.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d6fadbe541b..6e021751b5b 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.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 30742cd5eaf..03c887fc078 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" |