summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-08 20:28:52 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-08 20:28:52 +0100
commita0476d2c3db6ed295b727602d51d094d177f0f2d (patch)
tree605a6cb7209620463527ff97f59c711187ff6076
parent694fc64d53f594a039294162420b9f8fe451ee13 (diff)
bump product version to 7.5.0.0.beta1
Change-Id: I09fc4dcb1fb27010721b9cc4879ea31c83944297
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e850637f55e..61b4b580074e 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.5.0.0.alpha1+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.5.0.0.beta1],[],[],[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