diff options
| author | Wez Furlong <wez@php.net> | 2005-09-11 05:27:30 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2005-09-11 05:27:30 +0000 |
| commit | 77d3a41f8a2e2b6771eb0ea3c242c07a21471385 (patch) | |
| tree | 9417c8fd87abe36f15ff8a3d2089e4b103e4dae0 /ext/pdo_firebird | |
| parent | 1e37cc7b823f5c14dbbc40694b0cf07dff7660a7 (diff) | |
| download | php-git-77d3a41f8a2e2b6771eb0ea3c242c07a21471385.tar.gz | |
update package.xml files and version numbers, in anticipation of a big bunch of releases.
Diffstat (limited to 'ext/pdo_firebird')
| -rw-r--r-- | ext/pdo_firebird/package.xml | 8 | ||||
| -rw-r--r-- | ext/pdo_firebird/pdo_firebird.c | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ext/pdo_firebird/package.xml b/ext/pdo_firebird/package.xml index c6f613558b..edb199befc 100644 --- a/ext/pdo_firebird/package.xml +++ b/ext/pdo_firebird/package.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
-<package version="1.0"><!-- $Id: package.xml,v 1.7 2005-02-09 05:26:38 wez Exp $ -->
+<package version="1.0"><!-- $Id: package.xml,v 1.7.2.1 2005-09-11 05:27:29 wez Exp $ -->
<name>PDO_FIREBIRD</name>
<summary>Firebird/InterBase 6 driver for PDO</summary>
<maintainers>
@@ -21,8 +21,8 @@ <license>PHP</license>
<release>
<state>beta</state>
- <version>0.2</version>
- <date>2005-02-09</date>
+ <version>0.3</version>
+ <date>2005-09-11</date>
<notes>
To compile and run this module, you will need to have the main PDO module and Firebird's
@@ -51,7 +51,7 @@ </filelist>
<deps>
<dep type="php" rel="ge" version="5.0.3"/>
- <dep type="ext" rel="ge" name="pdo" version="0.2"/>
+ <dep type="ext" rel="ge" name="pdo" version="1.0RC1"/>
</deps>
</release>
</package>
diff --git a/ext/pdo_firebird/pdo_firebird.c b/ext/pdo_firebird/pdo_firebird.c index 1413a61ba0..d936c0e54e 100644 --- a/ext/pdo_firebird/pdo_firebird.c +++ b/ext/pdo_firebird/pdo_firebird.c @@ -44,7 +44,7 @@ zend_module_entry pdo_firebird_module_entry = { /* {{{ */ NULL, NULL, PHP_MINFO(pdo_firebird), - "0.2", + "0.3", STANDARD_MODULE_PROPERTIES }; /* }}} */ |
