[Libreoffice-commits] core.git: configure.ac
Xisco Fauli
anistenis at gmail.com
Thu Oct 19 13:46:07 UTC 2017
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7bc2f1bde3a41737582532fd786b95749f98b37e
Author: Xisco Fauli <anistenis at gmail.com>
Date: Thu Oct 19 15:38:09 2017 +0200
bump product version to 6.0.0.0.alpha1+
Change-Id: Ic7c4f406e60774c435f8d41aaf54bc56126193f3
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`
More information about the Libreoffice-commits
mailing list