diff options
-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 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 <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 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" |