Update Vendored sqlite3-ruby
This commit is contained in:
parent
9874650e4b
commit
a71e64a172
26 changed files with 6501 additions and 4335 deletions
|
@ -4,11 +4,13 @@ module SQLite3
|
|||
|
||||
MAJOR = 1
|
||||
MINOR = 2
|
||||
TINY = 4
|
||||
TINY = 5
|
||||
BUILD = nil
|
||||
|
||||
STRING = [ MAJOR, MINOR, TINY ].join( "." )
|
||||
STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." )
|
||||
#:beta-tag:
|
||||
|
||||
VERSION = '1.2.5'
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue