From 897c5b300839f8140dd972d60bf415668a2830e3 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Tue, 19 Mar 2013 09:24:40 -0600 Subject: [PATCH] Append -git to version for continuing development --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index cac7f00a..4098d39d 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.15.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) +AC_INIT([gparted],[0.15.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) AC_CONFIG_SRCDIR([src/main.cc]) AC_CONFIG_HEADERS([config.h])