summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-11-22 10:42:51 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2023-11-22 10:42:51 +0100
commitb47ec81b367e12e5f62d79d07c54602ad671ad20 (patch)
tree2acd904493fbe54f2f0686cbd4d6d783614861d2
parentf7008ee855c3f561549ecdcc07494a25b32ad67d (diff)
bump product version to 7.6.3.2-android
Change-Id: I655f2ccc95825f86cac215535701af3f6e3f24f6
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ab2849d783be..deda85cb3b3a 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.6.3.2.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.6.3.2-android],[],[],[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