From d653fe6173ebbd0d1bfa98ea48390dbbdabea6e2 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 20 Jan 2020 10:33:37 -0700 Subject: [PATCH] Append -git to version for continuing development Also fix minor whitespace mistake in NEWS --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b547541a..3c48dafa 100644 --- a/NEWS +++ b/NEWS @@ -37,7 +37,7 @@ Translations (new/updated) -------------------------- ca(Jordi Mas), cs(Marek Černocký), de(Wolfgang Stöggl, Mathias L. Baumann), en_GB(Bruce Cowan), es(Daniel Mustieles, Andre Klapper #80), - eu(Alexander Gabilondo, Asier Sarasua Garmendia ), fr(Claude Paroz), + eu(Alexander Gabilondo, Asier Sarasua Garmendia), fr(Claude Paroz), hr(Goran Vidović), hu(Balázs Úr), id(Kukuh Syafaat), is(Sveinn í Felli), lv(Rudolfs Mazurs), pa(A S Alam), pl(Piotr Drąg), pt_BR(Rafael Fontenelle), ro(Daniel Șerbănescu), sv(Anders Jonsson), vi(Trần Ngọc Quân) diff --git a/configure.ac b/configure.ac index 43503ac9..116633ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gparted],[1.1.0],[https://gitlab.gnome.org/GNOME/gparted/issues]) +AC_INIT([gparted],[1.1.0-git],[https://gitlab.gnome.org/GNOME/gparted/issues]) AC_PREREQ([2.50]) AC_CONFIG_SRCDIR([src/main.cc])