diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2020-08-12 15:20:52 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2020-08-12 15:20:52 +0200 |
commit | 555d16f9ec8051be4407d41d2c71b972ada28aa7 (patch) | |
tree | dfc0cc4a1dee33d957320e6e6208d1f3fd178ead | |
parent | d94e7be17a07d1b2fe73934bdd2865e68e343aa1 (diff) |
bump product version to 7.0.1.1
Change-Id: Icee91239a87a5f2e9670c7630c3720ff5c51d3af
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a233c332ee85..4bee981d9e6d 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.1.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[7.0.1.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 |