# sqlite-database-integration/2.2.17/version.php

SQLite Database Integration, version 2.2.17. 9 lines.

- Page: https://pluginprobe.com/plugins/sqlite-database-integration/2.2.17/code/version.php
- Raw: https://pluginprobe.com/plugins/sqlite-database-integration/2.2.17/raw/version.php
- Modified: 2026-02-02T09:04:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sqlite-database-integration/2.2.17/code/version.php#L10-L20`.

```php
<?php

/**
 * The version of the SQLite driver.
 *
 * This constant needs to be updated on plugin release!
 */
define( 'SQLITE_DRIVER_VERSION', '2.2.17' );

```
