Skip to content

Commit

Permalink
Prepare for v2.0.9 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
prikhi committed Apr 9, 2015
1 parent e2f6d3e commit aa66a7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ This file describes all user-facing changes, by version.

# develop

# v2.0.9

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

Expand Down
4 changes: 2 additions & 2 deletions build/ArchLinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Pavan Rikhi <pavan.rikhi@gmail.com>
pkgname=pencil
pkgver=2.0.8
pkgver=2.0.9
pkgrel=1
pkgdesc="Sketching and GUI prototyping/wireframing tool"
arch=('any')
Expand All @@ -9,7 +9,7 @@ url="http://github.com/prikhi/pencil"
install='pencil.install'

source=("https://github.com/prikhi/pencil/releases/download/v$pkgver/Pencil-$pkgver-linux-pkg.tar.gz")
sha256sums=('3426d0222b213649e448b06384556718c833667394f442682ff66da3cda1b881')
sha256sums=('a109d28a695919d2da979de6a6d0baeb4e2820ff795aecd75ba08322f21ed3ee')
depends=('xulrunner')

package() {
Expand Down
2 changes: 1 addition & 1 deletion build/properties.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

export NAME='Pencil'
export VERSION='2.0.8'
export VERSION='2.0.9'
export BUILD=`date -I | sed 's/-//g'`
export AUTHOR='Pavan Rikhi(pavan.rikhi@gmail.com) and Contributors'
export XPI_NAME='Pencil-'$VERSION'.xpi'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.8'
release = '2.0.9'

primary_domain = 'js'

Expand Down

0 comments on commit aa66a7d

Please sign in to comment.