Skip to content

Commit

Permalink
prepare 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Jan 19, 2016
1 parent af785c3 commit b638653
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ env:

before_script:
- make -f travis/pecl/Makefile php
- make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.1RC1
- make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.2
- make -f travis/pecl/Makefile ext PECL=pq
- psql -U postgres -c "CREATE DATABASE test"

script:
- make -f travis/pecl/Makefile ext PECL=pq
- make -f travis/pecl/Makefile test

sudo: false
4 changes: 2 additions & 2 deletions gen_travis_yml.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@

before_script:
- make -f travis/pecl/Makefile php
- make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.1RC1
- make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.2
- make -f travis/pecl/Makefile ext PECL=pq
- psql -U postgres -c "CREATE DATABASE test"

script:
- make -f travis/pecl/Makefile ext PECL=pq
- make -f travis/pecl/Makefile test

sudo: false
7 changes: 3 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,18 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2015-12-07</date>
<date>2016-01-19</date>
<version>
<release>1.0.0dev</release>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Stable release for PHP 5.4 - 5.6
* Changes since RC1:
]]></notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_pq.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#ifndef PHP_PQ_H
#define PHP_PQ_H

#define PHP_PQ_VERSION "1.0.0dev"
#define PHP_PQ_VERSION "1.0.0"

#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)
Expand Down
2 changes: 1 addition & 1 deletion travis/pecl
Submodule pecl updated from 6b7c11 to 7d1a61

0 comments on commit b638653

Please sign in to comment.