9 lines
160 B
PHP
9 lines
160 B
PHP
<?php
|
|
|
|
/**
|
|
* The version of the SQLite driver.
|
|
*
|
|
* This constant needs to be updated on plugin release!
|
|
*/
|
|
define( 'SQLITE_DRIVER_VERSION', '3.0.0-rc.4' );
|