From 228a4ff4fe70ca5b7306b2c8312b9a1d3f618118 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Thu, 15 Jun 2017 15:45:14 +0200 Subject: bump product version to 5.3.4.2.0+ Change-Id: If626f1e42abbe146e6885d90ee5f4c0d3fbfd8c1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cdd7ebf7793f..d406d857e827 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],[5.3.4.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.3.4.2.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) -- cgit