summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-11-26 20:50:08 +0000
committerWez Furlong <wez@php.net>2005-11-26 20:50:08 +0000
commit85ad81736cfe62aa9fc2dece06da639a22bbfc23 (patch)
tree3436ba1ac99724a1baeef0fa7524b9dc7677f6bf /ext/pdo_sqlite
parent1ea0bae9c0d5c40df48b205b8e7414257e07eff8 (diff)
downloadphp-git-85ad81736cfe62aa9fc2dece06da639a22bbfc23.tar.gz
set to 1.0 stable.
Diffstat (limited to 'ext/pdo_sqlite')
-rwxr-xr-xext/pdo_sqlite/package.xml2
-rw-r--r--ext/pdo_sqlite/pdo_sqlite.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_sqlite/package.xml b/ext/pdo_sqlite/package.xml
index 828d2033c4..19ac59893b 100755
--- a/ext/pdo_sqlite/package.xml
+++ b/ext/pdo_sqlite/package.xml
@@ -25,7 +25,7 @@
<release>
<state>stable</state>
<version>1.0</version>
- <date>2005-11-24</date>
+ <date>2005-11-26</date>
<notes>
You need to install the PDO core module before you can make use of this one.
diff --git a/ext/pdo_sqlite/pdo_sqlite.c b/ext/pdo_sqlite/pdo_sqlite.c
index 443f7d7df3..40fdc80dc6 100644
--- a/ext/pdo_sqlite/pdo_sqlite.c
+++ b/ext/pdo_sqlite/pdo_sqlite.c
@@ -31,7 +31,7 @@
#include "php_pdo_sqlite_int.h"
#include "zend_exceptions.h"
-#define PHP_PDO_SQLITE_MODULE_VERSION "1.0RC1"
+#define PHP_PDO_SQLITE_MODULE_VERSION "1.0"
/* {{{ pdo_sqlite_functions[] */
function_entry pdo_sqlite_functions[] = {