configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c4afdaefbfbc6c2f2d86fb6296daa814f552cc03 Author: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> AuthorDate: Tue Apr 19 14:37:22 2022 +0200 Commit: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> CommitDate: Tue Apr 19 14:37:22 2022 +0200
Release 5.4.15.0 Change-Id: I219d5bb20f9443f8d644814c066cf321499fb519 diff --git a/configure.ac b/configure.ac index 23c1266b4392..5c5f843c168c 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.14.0],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.4.15.0],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59])