Skip to content

Commit

Permalink
[#775] Support FF/XRE v43
Browse files Browse the repository at this point in the history
  • Loading branch information
prikhi committed Dec 16, 2015
1 parent a733f8c commit f04d7c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ This file describes all user-facing changes, by version.

# develop

* Add Support for Firefox/XULrunner v43(#775).
* Fix Path to Icon in Linux(#764).

# v2.0.15
Expand Down
2 changes: 1 addition & 1 deletion build/properties.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export AUTHOR='Pavan Rikhi(pavan.rikhi@gmail.com) and Contributors'
export MAINTAINER='Pavan Rikhi <pavan.rikhi@gmail.com>'
export XPI_NAME='Pencil-'$VERSION'-firefox.xpi'
export MIN_VERSION='36.0'
export MAX_VERSION='42.*'
export MAX_VERSION='43.*'
export UPDATE_URL="https://github.com/prikhi/pencil/releases"
export XULRUNNER_XUL="*"

0 comments on commit f04d7c1

Please sign in to comment.