summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/pdo_sqlite.c
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/pdo_sqlite.c
parent1ea0bae9c0d5c40df48b205b8e7414257e07eff8 (diff)
downloadphp-git-85ad81736cfe62aa9fc2dece06da639a22bbfc23.tar.gz
set to 1.0 stable.
Diffstat (limited to 'ext/pdo_sqlite/pdo_sqlite.c')
-rw-r--r--ext/pdo_sqlite/pdo_sqlite.c2
1 files changed, 1 insertions, 1 deletions
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[] = {