From b638653d038f320ade8139e4bcbb201ae3633167 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 19 Jan 2016 08:17:44 +0100 Subject: [PATCH] prepare 1.0.0 --- .travis.yml | 4 ++-- gen_travis_yml.php | 4 ++-- package.xml | 7 +++---- php_pq.h | 2 +- travis/pecl | 2 +- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a78dda..130a777 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 0ea6d33..a96a338 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -31,11 +31,11 @@ foreach ($env as $e) { 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 diff --git a/package.xml b/package.xml index 05b6b2e..f79e56e 100644 --- a/package.xml +++ b/package.xml @@ -35,19 +35,18 @@ daverandom@php.net yes - 2015-12-07 + 2016-01-19 - 1.0.0dev + 1.0.0 1.0.0 - beta + stable stable BSD-2-Clause diff --git a/php_pq.h b/php_pq.h index 8fd0a11..0596781 100644 --- a/php_pq.h +++ b/php_pq.h @@ -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) diff --git a/travis/pecl b/travis/pecl index 6b7c11b..7d1a61d 160000 --- a/travis/pecl +++ b/travis/pecl @@ -1 +1 @@ -Subproject commit 6b7c11b05020541819dbd501dea52d3e2d04aa1e +Subproject commit 7d1a61ddce20446912ed1d5c988f801903972a34 -- 2.30.2