Bump PHP 5 sqlite extension number to 2.0

(put some distance between it and the 4.3 version)
This commit is contained in:
Wez Furlong 2004-07-10 12:30:18 +00:00
parent e563b4eafa
commit b52f7a01af
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll
<license>PHP</license>
<release>
<state>stable</state>
<version>1.1-dev</version>
<version>2.0-dev</version>
<date>TBA</date>
<notes>
Added:

View File

@ -24,7 +24,7 @@
#include "config.h"
#endif
#define PHP_SQLITE_MODULE_VERSION "1.1-dev"
#define PHP_SQLITE_MODULE_VERSION "2.0-dev"
#include "php.h"
#include "php_ini.h"