From 74e0aad7a467a54dbb96fd08b93357f565337884 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 13 Jun 2016 11:04:38 -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 e37f5135..b79c1475 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.26.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) +AC_INIT([gparted],[0.26.1-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) AC_PREREQ([2.50]) AC_CONFIG_SRCDIR([src/main.cc])