diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-09-01 20:29:02 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-09-01 20:29:02 +0200 |
commit | e3ccdcb69f90d51f9a570f711e5bb2f1df2f27f9 (patch) | |
tree | 208a2f7c27944542f7cbca111c1ae8cc4cfa8fab | |
parent | 105e241b0173bd4e110a73f1f9306616fb64a69b (diff) |
bump product version to 7.1.6.2
Change-Id: I0d78113ee6ba712761fc3274b4b51c623688b83e
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2fc6a1ebca86..d2d609c53372 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.1.6.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[7.1.6.2],[],[],[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 |