mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Followup to Bug 468197 - also add the version and not just the Alpha / Beta string. r=mconnor
This commit is contained in:
parent
4c72fcf56f
commit
86f904540d
@ -57,7 +57,8 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
PRE_RELEASE_SUFFIX = $(shell cat $(srcdir)/../config/version.txt | \
|
||||
sed -e '/pre/s/.*//g' -e '/[ab][0-9]/!s/.*//g' \
|
||||
-e 's/.*[0-9]a\([0-9]\+\)/ Alpha \1/g' -e 's/.*[0-9]b\([0-9]\+\)/ Beta \1/g')
|
||||
-e 's/\(.*[0-9]\)a\([0-9]\+\)/ \1 Alpha \2/g' \
|
||||
-e 's/\(.*[0-9]\)b\([0-9]\+\)/ \1 Beta \2/g')
|
||||
|
||||
DEFINES += \
|
||||
-DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \
|
||||
|
@ -53,7 +53,8 @@ APP_VERSION = $(shell cat $(srcdir)/../../config/version.txt)
|
||||
DEFINES += -DAPP_VERSION=$(APP_VERSION)
|
||||
PRE_RELEASE_SUFFIX = $(shell echo $(APP_VERSION) | \
|
||||
sed -e '/pre/s/.*//g' -e '/[ab][0-9]/!s/.*//g' \
|
||||
-e 's/.*[0-9]a\([0-9]\+\)/ Alpha \1/g' -e 's/.*[0-9]b\([0-9]\+\)/ Beta \1/g')
|
||||
-e 's/\(.*[0-9]\)a\([0-9]\+\)/ \1 Alpha \2/g' \
|
||||
-e 's/\(.*[0-9]\)b\([0-9]\+\)/ \1 Beta \2/g')
|
||||
DEFINES += -DPRE_RELEASE_SUFFIX="$(PRE_RELEASE_SUFFIX)"
|
||||
|
||||
PP_LOCALIZED_FILES = \
|
||||
|
Loading…
Reference in New Issue
Block a user