summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2022-10-27 22:05:03 +0200
committerAndras Timar <andras.timar@collabora.com>2022-10-27 22:05:03 +0200
commit8ccd8918fa0da0522816fa6a4a2e525f081b9818 (patch)
tree706257d837b20d4ab19ac744835c8ea68c1fecb9
parenttdf#151073 - enable firebird for appstore build w/o experimental mode (diff)
downloadcore-8ccd8918fa0da0522816fa6a4a2e525f081b9818.tar.gz
core-8ccd8918fa0da0522816fa6a4a2e525f081b9818.zip
Bump version to 22.05.7.3 cp-22.05.7-3
Change-Id: I03608c35a6de874d434b4d4485cb1476ca72ff0d
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b2b33d85383c..49e7fa162ae4 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([Collabora Office],[22.05.7.2],[],[],[https://collaboraoffice.com/])
+AC_INIT([Collabora Office],[22.05.7.3],[],[],[https://collaboraoffice.com/])
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
@@ -3318,7 +3318,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