From b63bcd17b5e2c6e3e6288f3a7094a00ebca2baf1 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 26 Feb 2024 09:34:30 -0700 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 381e6354..ab9c1fdd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gparted],[1.6.0],[https://gitlab.gnome.org/GNOME/gparted/issues]) +AC_INIT([gparted],[1.6.0-git],[https://gitlab.gnome.org/GNOME/gparted/issues]) AC_PREREQ([2.50]) AC_CONFIG_SRCDIR([src/main.cc])