summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2017-10-19 15:28:14 +0200
committerXisco Fauli <anistenis@gmail.com>2017-10-19 15:28:14 +0200
commit521d636eab72a0a3527f4ce4609153e23a0c9162 (patch)
tree41d8e01f495a1fde406088b49a23925eb8aa3772
parent856d734ee1665b6aa7304847c3a923af09066016 (diff)
bump product version to 6.0.0.0.alpha1
Change-Id: I1f3309e984edbd8f9c55b0c153d282d10b560669
-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`