diff options
author | jan Iversen <jani@libreoffice.org> | 2017-12-30 09:48:31 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-12-30 13:30:39 +0100 |
commit | 9e7073e822d5f4d18e34df9b5a92bbc51493937e (patch) | |
tree | 88ae25d5eb12f37e2cbf249227a89d4d72fd58ab /configure.ac | |
parent | 494bdd3dc32287cc01ea4e0d81438a9266425726 (diff) |
iOS, bump version to 11.2
Change-Id: Ia24e872f138a78d3d585150e3cde78858de60b77
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b5a7b2b378d2..f125bd980be9 100644 --- a/configure.ac +++ b/configure.ac @@ -2858,7 +2858,7 @@ dnl =================================================================== if test $_os = iOS; then AC_MSG_CHECKING([what iOS SDK to use]) - current_sdk_ver=11.1 + current_sdk_ver=11.2 if test "$enable_ios_simulator" = "yes"; then platform=iPhoneSimulator versionmin=-mios-simulator-version-min=$current_sdk_ver |