Browse
For agents
About
SQLite Database Integration
/
2.2.9
SQLite Database Integration
v2.2.9
Switch version
3.0.1
trunk
2.1.13
2.1.14
2.1.15
2.1.16
2.2.0
2.2.1
2.2.10
2.2.11
2.2.12
2.2.13
2.2.14
2.2.15
2.2.16
2.2.17
2.2.18
2.2.19
2.2.2
2.2.20
2.2.21
2.2.22
2.2.23
2.2.3
2.2.4
All 31 releases
Overview
Code
sqlite-database-integration
/
version.php
version.php
in SQLite Database Integration 2.2.9, at version.php
9 lines
155 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
/**
4
* The version of the SQLite driver.
5
*
6
* This constant needs to be updated on plugin release!
7
*/
8
define
(
'
SQLITE_DRIVER_VERSION
'
,
'
2.2.9
'
)
;
9