diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-06-04 12:40:35 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-06-04 12:40:35 +0200 |
commit | 69c2282cfeb53fd81e98b50fd2ca17249a13169b (patch) | |
tree | 00b7a7ac4e459e80549bbdb4c2b67152d15ad616 | |
parent | e3ce5d358dcf7cac002bee7b0c885a3d19859f57 (diff) |
bump product version to 24.2.4.2
Change-Id: If08c87acc1f5bcc55a05f015806bf50bc99acd2d
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8fc5f88de3c1..d9068398f78b 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],[24.2.4.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[24.2.4.2],[],[],[http://documentfoundation.org/]) dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just fine if it is installed dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails hard |