Skip to content

Commit

Permalink
Bump the Maximum FF/XR Version to 37
Browse files Browse the repository at this point in the history
Fixes #685
  • Loading branch information
prikhi committed Apr 9, 2015
1 parent c2a6daf commit e2f6d3e
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

* Bump maximum firefox/xulrunner version to 37(#685).
* Fix the link to the 9-patch documentation(#684).

# v2.0.8
Expand Down
2 changes: 1 addition & 1 deletion build/properties.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export BUILD=`date -I | sed 's/-//g'`
export AUTHOR='Pavan Rikhi(pavan.rikhi@gmail.com) and Contributors'
export XPI_NAME='Pencil-'$VERSION'.xpi'
export MIN_VERSION='36.0'
export MAX_VERSION='36.*'
export MAX_VERSION='37.*'
export UPDATE_URL="http://pencil.evolus.vn"
export XULRUNNER_XUL="*"

0 comments on commit e2f6d3e

Please sign in to comment.