diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-25 15:27:10 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-25 15:27:10 +0100 |
commit | e76cb601637ab92e551b070b8f2df0239dab4cd3 (patch) | |
tree | d6d08b8d4b7aa66e96a50a3ee421cb10abb1b42f | |
parent | 8c4ccf5e5449d0cfe5550dc1c331e7493cf95fdc (diff) |
bump product version to 7.0.4.1
Change-Id: Ied9df89b98c9a27fcee4c32f0b578af4a30227a3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 82f590b9098e..2bc522e7d6b1 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.0.4.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[7.0.4.1],[],[],[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 |