feat: use version display for package version number

(cherry picked from commit c8909532b0ba8620daed9b3a31efeec5fa7f7b3a)
This commit is contained in:
Alex Kontos
2021-09-27 17:14:05 +01:00
committed by Alex Kontos
parent a9eedab844
commit 1f99738369

View File

@@ -11,7 +11,7 @@ ifndef PACKAGE_NAME_MK_INCLUDED
PACKAGE_NAME_MK_INCLUDED := 1
ifndef MOZ_PKG_VERSION
MOZ_PKG_VERSION = $(MOZ_APP_VERSION)
MOZ_PKG_VERSION = $(MOZ_APP_VERSION_DISPLAY)
endif
ifndef MOZ_PKG_PLATFORM