From cbd0c26adde9eea4fea5470e943aea289a2ef208 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 28 Aug 2019 23:32:18 +0200 Subject: bump product version to 6.2.7.1.0+ Change-Id: Ide8a24cab24621802699df5183e942ed6b35766e --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3f5b426032da..4074d88224b0 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl in order to create a configure script. # several non-alphanumeric characters, those are split off and used only for the # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea. -AC_INIT([LibreOffice],[6.2.7.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.2.7.1.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) -- cgit