configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 8ccd8918fa0da0522816fa6a4a2e525f081b9818 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Thu Oct 27 22:05:03 2022 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Thu Oct 27 22:05:03 2022 +0200
Bump version to 22.05.7.3 Change-Id: I03608c35a6de874d434b4d4485cb1476ca72ff0d 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