configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 24a3cd5182b7a26f1b3f1101f3868a55bd9cfe59 Author: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> AuthorDate: Thu Nov 16 09:40:30 2023 +0100 Commit: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> CommitDate: Thu Nov 16 09:40:30 2023 +0100
Release 5.4.19 Change-Id: Ic4a7a9537cb5603b07fbc9b42407361b6234e95c diff --git a/configure.ac b/configure.ac index ddcc14b2f7bd..4b7566a84262 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.18.0],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.4.19.0],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59])