From ac2f0717ae6bf9c04b6099cfc8c966909981ea78 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 10 Feb 2021 14:38:32 +0100 Subject: bump product version to 7.1.2.0.0+ Change-Id: I19ec725c039c504eb3825a39ba814f1ff8e277ce --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cf7d10dc01de..a858961ba732 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.1.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[7.1.2.0.0+],[],[],[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 -- cgit ta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/inc/sdbcx/VIndex.hxx
AgeCommit message (Expand)Author
2024-03-13reduce symbol visibility in --enable-mergelibs=more modeNoel Grandin
2022-06-13clang-tidy modernize-pass-by-value in connectivityNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2020-07-18compact namespace: connectivityNoel Grandin
2020-02-10move some headers inside connectivityNoel Grandin