From fad835ccb1849af15b69bbfca5f7f40feac6d1d0 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Tue, 25 Apr 2017 22:45:35 +0200 Subject: bump product version to 5.2.7.2.0+ Change-Id: I77d25a43505ace2085abd51bb3933f5774dd7643 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 41b998c6d96f..30fd2d44e219 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.2.7.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.2.7.2.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) -- cgit