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

@ -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"