summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-05-12 15:25:45 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-05-12 15:25:45 +0200
commita30ecece76f75d49494003036698c79aab5202b4 (patch)
tree713cd496e341713adb350925ec3dd05850bcf533
parent063a38a7b05fcbeb01cea99e52e0e3c18d65f1e8 (diff)
bump product version to 7.4.0.0.alpha1
Change-Id: Ie1933fa4a5ec06cc0e3d4e512f71796964e3c23a
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d09359eea8b4..cde68d872a08 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.0.0.alpha0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.4.0.0.alpha1],[],[],[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