From 1a521e5ab6a606061f9b1493369f26a7c847e99b Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 14 May 2003 13:05:22 +0000 Subject: Prep for next release --- ext/sqlite/sqlite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sqlite/sqlite.c') diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index 26b1dd8158..5aa2a55b21 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -24,7 +24,7 @@ #include "config.h" #endif -#define PHP_SQLITE_MODULE_VERSION "0.9a" +#define PHP_SQLITE_MODULE_VERSION "0.9b" #include "php.h" #include "php_ini.h" -- cgit v1.2.1