Append -git to version for continuing development

Also fix minor whitespace mistake in NEWS
This commit is contained in:
Curtis Gedak 2020-01-20 10:33:37 -07:00
parent 8a15021168
commit d653fe6173
2 changed files with 2 additions and 2 deletions

2
NEWS
View file

@ -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)

View file

@ -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])