From 9f6110ce4c4709b40e114b9e39ceb0f1d4d2bce5 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 23 Mar 2015 09:44:54 -0600 Subject: [PATCH] Append -git to version for continuing development --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 47762d66..59df4c72 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.22.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) +AC_INIT([gparted],[0.22.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) AC_PREREQ([2.50]) AC_CONFIG_SRCDIR([src/main.cc])