diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-04-17 09:55:57 -0700 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-05-04 10:35:18 +0200 |
commit | c2eb392669c0194c696fa9ea26c1eff20618664d (patch) | |
tree | f73517753c4cb8ae09d39c41923a113c7b064c00 /postprocess | |
parent | f6e27ac4bf3c3a1b039a8fb598463542d5782c13 (diff) |
[cp] Collabora Office versioning
Change-Id: Iff7004808f9637f3dbc6393751246c3a82134487
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index c33417c6b2a7..af24cedc7f79 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -551,7 +551,7 @@ $(foreach lang,$(gb_Configuration_LANGS),$(eval $(call postprocess_lang_deps,$(l # postprocess_main_SED := \ - -e 's,$${ABOUTBOXPRODUCTVERSION},$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX),g' \ + -e 's,$${ABOUTBOXPRODUCTVERSION},$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR)-$(LIBO_VERSION_PATCH),g' \ -e 's,$${ABOUTBOXPRODUCTVERSIONSUFFIX},$(LIBO_VERSION_SUFFIX_SUFFIX),g' \ -e 's,$${DICT_REPO_URL},http://extensions.libreoffice.org/dictionaries/,g' \ -e 's,$${OOOVENDOR},$(if $(OOO_VENDOR),$(subst $(COMMA),\x2c,$(OOO_VENDOR)),The Document Foundation),g' \ |