diff options
author | André Silva <emulatorman@hyperbola.info> | 2018-07-17 12:22:00 -0300 |
---|---|---|
committer | André Silva <emulatorman@hyperbola.info> | 2018-07-17 12:22:00 -0300 |
commit | 581be022c4b64c7969126e14c27b096772fc489b (patch) | |
tree | 045f21f04d18931f5b58267b89da98d2ac0fd60b /confvars.sh | |
parent | 82d264c2c07c5615e5ead0ff51c60867e72cd3d7 (diff) | |
download | iceweasel-uxp-581be022c4b64c7969126e14c27b096772fc489b.tar.gz |
Minor fix
Diffstat (limited to 'confvars.sh')
-rwxr-xr-x | confvars.sh | 2 |
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. |