summaryrefslogtreecommitdiff
path: root/confvars.sh
diff options
context:
space:
mode:
Diffstat (limited to 'confvars.sh')
-rwxr-xr-xconfvars.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/confvars.sh b/confvars.sh
index 1fc9c16..882bbc4 100755
--- a/confvars.sh
+++ b/confvars.sh
@@ -28,7 +28,7 @@ fi
# When not exported we fall back the value in the version*.txt file.
if test -n "$ICEWEASEL_VERSION" ; then
MOZ_APP_VERSION=52.9.`date --utc '+%Y%m%d'`
- MOZ_APP_VERSION_DISPLAY=`date --utc '+%Y%m%d'`
+ MOZ_APP_VERSION_DISPLAY=52.9.`date --utc '+%Y%m%d'`
else
MOZ_APP_VERSION=`cat ${_topsrcdir}/$MOZ_BUILD_APP/config/version.txt`
MOZ_APP_VERSION_DISPLAY=`cat ${_topsrcdir}/$MOZ_BUILD_APP/config/version_display.txt`