Skip to content

Commit

Permalink
Update versions for 1.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
niel committed Feb 6, 2017
1 parent 8d7a4d2 commit 03c3915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ minor=`php -r "echo PHP_VERSION;" | cut -d. -f2`
phpver="$major.$minor"

fpm -s dir -t deb \
-n php$phpver-yenc -v 1.3.0b2 \
--depends "php > ${phpver}" \
-n php$phpver-yenc -v 1.3.0 \
--depends "php${phpver}" \
--description "php-yenc extension build for PHP ${phpver}" \
--url 'https://github.com/niel/php-yenc' \
--after-install=post-install.sh \
Expand Down
2 changes: 1 addition & 1 deletion yenc/yenc.zep
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Yenc;

class yEnc
{
const VERSION = "1.3.0b2";
const VERSION = "1.3.0";

/*
* Text of the most recent error message (if any).
Expand Down

0 comments on commit 03c3915

Please sign in to comment.