From 1df027eb882a92b59e2aa438d0fc68ee7f54e82d Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 14 Mar 2018 18:23:58 +0100 Subject: bump product version to 5.4.6.2.0+ Change-Id: I597f72e1181798d7b050e5a8bdb4e545889caed1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2831974a1c01..91a79757ba2e 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.4.6.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.4.6.2.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) -- cgit