configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7c307a92a8e6a8aa6ea403ebb67c8a4e3335faa4 Author: Thorsten Behrens <thorsten.behr...@allotropia.de> AuthorDate: Fri Nov 4 03:50:24 2022 +0100 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Fri Nov 4 03:50:24 2022 +0100
Release 5.4.16 Change-Id: Ifffd9a8dfe6802fb829ca38541783f6e433a323b diff --git a/configure.ac b/configure.ac index 5c5f843c168c..a52137e6f88a 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.15.0],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.4.16.0],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59])