summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2019-11-13 17:39:52 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2019-11-13 17:41:22 +0100
commit30f77f00f1ef3fc476e56e61dda1915cc08aff27 (patch)
treef0f1c7e444610eaf5f9add446d014d92256d0c85 /configure.ac
parente151c12a14c1a2536393c82fa6027f251be1a7d6 (diff)
bump product version to 6.5.0.0.alpha0+
Change-Id: If79dfdeb712956e499ff3d6827046b3b33d6aace
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1711ea8a3623..fcfb771e4439 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],[6.4.0.0.alpha1+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.5.0.0.alpha0+],[],[],[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