mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +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>
|
||||
<release>
|
||||
<state>stable</state>
|
||||
<version>1.1-dev</version>
|
||||
<version>2.0-dev</version>
|
||||
<date>TBA</date>
|
||||
<notes>
|
||||
Added:
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user