diff options
author | Xisco Fauli <anistenis@gmail.com> | 2017-10-19 15:38:09 +0200 |
---|---|---|
committer | Xisco Fauli <anistenis@gmail.com> | 2017-10-19 15:45:29 +0200 |
commit | 7bc2f1bde3a41737582532fd786b95749f98b37e (patch) | |
tree | 930697dfca03ccc1528e13433071f1645e2864e2 | |
parent | dddb527db1562f30a2a2b20338dfc8458086a4a9 (diff) |
bump product version to 6.0.0.0.alpha1+
Change-Id: Ic7c4f406e60774c435f8d41aaf54bc56126193f3
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 335d7de9334a..ac8dbc52463d 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],[6.0.0.0.alpha0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.0.0.0.alpha1+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) @@ -2641,7 +2641,7 @@ if test $_os = Darwin -o $_os = iOS; then if test $_os = iOS; then if test "$enable_ios_simulator" = "yes"; then useos=iphonesimulator - else + else useos=iphoneos fi MACOSX_SDK_PATH=`xcrun --sdk ${useos} --show-sdk-path 2> /dev/null` |