diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-10-06 11:38:43 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-10-06 11:38:43 +0200 |
commit | ae9e6bcffe4df6ed7975f46fa99d13ba0f062fed (patch) | |
tree | 24f462998656e564de0e6e07fef35dd4b2cd2e64 | |
parent | 3d6e58bf7db631043da44655cac5eb828dbbfdcc (diff) |
bump product version to 7.4.2.2
Change-Id: I2081b0b6bff103ae640147d502ae63a094bc21f7
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c6901f491e1c..c8c625bf5736 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.4.2.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[7.4.2.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 |