summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2017-10-19 15:38:09 +0200
committerXisco Fauli <anistenis@gmail.com>2017-10-19 15:45:29 +0200
commit7bc2f1bde3a41737582532fd786b95749f98b37e (patch)
tree930697dfca03ccc1528e13433071f1645e2864e2 /configure.ac
parentAgain, no -fstack-protector-strong for gcc3_linux_aarch64/cpp2uno.cxx (diff)
downloadcore-7bc2f1bde3a41737582532fd786b95749f98b37e.tar.gz
core-7bc2f1bde3a41737582532fd786b95749f98b37e.zip
bump product version to 6.0.0.0.alpha1+
Change-Id: Ic7c4f406e60774c435f8d41aaf54bc56126193f3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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`