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 efdf24a..183e191 100755
--- a/confvars.sh
+++ b/confvars.sh
@@ -19,7 +19,7 @@ if test "$OS_ARCH" = "WINNT"; then
MOZ_MAINTENANCE_SERVICE=
fi
-# For Iceweasel we want to use 52.9.0_YYYYMMDD as MOZ_APP_VERSION in release
+# For Iceweasel-UXP we want to use 52.9.0_YYYYMMDD as MOZ_APP_VERSION in release
# builds so add-on developers have something to target while maintaining
# Firefox compatiblity.
# To enable add "export ICEWEASEL_VERSION=1" to the .mozconfig file.