summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2022-11-01 19:39:46 +0100
committerAndras Timar <andras.timar@collabora.com>2022-11-01 19:39:46 +0100
commit421e82eef7b60a5ebbba1d57c3c95228cb7fa7ee (patch)
treebb2dd01285d3bac2e05f05b8d47dd2df6dc62d37
parent63d0b5ede83d6b78ee439060293abe79c38aa89a (diff)
Bump version to 7.3.7.2.M1
Change-Id: I3d369bd4aa306b8b55ecd1307d1493e570f9b06b
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 53ddc45502f9..08836bb9b94d 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.3.8.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.3.7.2.M1],[],[],[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
@@ -3286,7 +3286,7 @@ if test $_os = Darwin; then
fi
AC_MSG_RESULT([macOS SDK $macosx_sdk at $MACOSX_SDK_PATH])
- MACOSX_SDK_BUILD_VERSION=$(xcodebuild -version -sdk "$MACOSX_SDK_PATH" ProductBuildVersion)
+ MACOSX_SDK_BUILD_VERSION=$(xcodebuild -version -sdk "$MACOSX_SDK_PATH" ProductBuildVersion)
case $macosx_sdk in
10.13)
MACOSX_SDK_VERSION=101300