Module SQLite3::Version
In: lib/sqlite3/version.rb

Constants

MAJOR = 1
MINOR = 2
TINY = 4
STRING = [ MAJOR, MINOR, TINY ].join( "." )

[Validate]