mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Bump PHP 5 sqlite extension number to 2.0
(put some distance between it and the 4.3 version)
This commit is contained in:
parent
e563b4eafa
commit
b52f7a01af
@ -41,7 +41,7 @@ http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll
|
|||||||
<license>PHP</license>
|
<license>PHP</license>
|
||||||
<release>
|
<release>
|
||||||
<state>stable</state>
|
<state>stable</state>
|
||||||
<version>1.1-dev</version>
|
<version>2.0-dev</version>
|
||||||
<date>TBA</date>
|
<date>TBA</date>
|
||||||
<notes>
|
<notes>
|
||||||
Added:
|
Added:
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PHP_SQLITE_MODULE_VERSION "1.1-dev"
|
#define PHP_SQLITE_MODULE_VERSION "2.0-dev"
|
||||||
|
|
||||||
#include "php.h"
|
#include "php.h"
|
||||||
#include "php_ini.h"
|
#include "php_ini.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user