summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-11-22 21:04:15 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-11-22 21:04:15 +0100
commit7abc94c31d86496c1e521a23ecda03e8e6ae04e8 (patch)
tree9b37dfb4bc92364540fde080416dde5d7c887a4a
parentd7cfb08c1ff7bfe0da477783fc2c0fbb661b8b29 (diff)
bump product version to 25.2.0.0.alpha1
Change-Id: I0aca7602e0a3a3355f48ac7b2b2dde3e68fa4cb7
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6b978af0342b..5e8c67bc4ee5 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],[25.2.0.0.alpha0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[25.2.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