summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-04-19 17:39:36 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-04-19 17:39:36 +0200
commit1d5fbc3599b39b0396d8835c793ec846cc5e91b9 (patch)
tree98c3de0d3a742838d741fed510bb3a7b3492d1f2
parentc38d91abf7e719e61a51798a7abddc81ba9ff9a9 (diff)
bump product version to 7.4.8.0.0+
Change-Id: I62ff4c82032834fc2fdec671c2f057bb5ec1e91e
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1493ddd5e6d9..b9dae6ef34ec 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],[7.4.7.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.4.8.0.0+],[],[],[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