Kaydet (Commit) 468aaa1b authored tarafından Christian Lohmaier's avatar Christian Lohmaier

bump version to 5.0.0.0.alpha0+ - but keep profile at 4

Change-Id: I30536ecd8a03a19a647d247e7c6ece3d6f1695c1
üst cb88d1be
...@@ -9,7 +9,7 @@ dnl in order to create a configure script. ...@@ -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 # several non-alphanumeric characters, those are split off and used only for the
# ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea. # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea.
AC_INIT([LibreOffice],[4.5.0.0.alpha0+],[],[],[http://documentfoundation.org/]) AC_INIT([LibreOffice],[5.0.0.0.alpha0+],[],[],[http://documentfoundation.org/])
AC_PREREQ([2.59]) AC_PREREQ([2.59])
......
...@@ -37,7 +37,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_ ...@@ -37,7 +37,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
&& echo 'InstallMode=<installmode>' \ && echo 'InstallMode=<installmode>' \
&& echo 'ProductKey=$(PRODUCTNAME) $(PRODUCTVERSION)' \ && echo 'ProductKey=$(PRODUCTNAME) $(PRODUCTVERSION)' \
$(if $(ENABLE_RELEASE_BUILD),\ $(if $(ENABLE_RELEASE_BUILD),\
&& echo 'UserInstallation=$$SYSUSERCONFIG/$(if $(filter-out MACOSX WNT,$(OS)),$(shell echo $(PRODUCTNAME) | tr "[:upper:]" "[:lower:]"),$(PRODUCTNAME))/$(LIBO_VERSION_MAJOR)', \ && echo 'UserInstallation=$$SYSUSERCONFIG/$(if $(filter-out MACOSX WNT,$(OS)),$(shell echo $(PRODUCTNAME) | tr "[:upper:]" "[:lower:]"),$(PRODUCTNAME))/4', \
&& echo 'UserInstallation=$$ORIGIN/..') \ && echo 'UserInstallation=$$ORIGIN/..') \
) > $@ ) > $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment