Skip to content

Commit

Permalink
Bump sqlite3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed May 18, 2011
1 parent 1e7a0a5 commit c855f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/native.rake
Expand Up @@ -4,8 +4,8 @@ require 'rake/extensiontask'
# NOTE: version used by cross compilation of Windows native extension
# It do not affect compilation under other operating systems
# The version indicated is the minimum DLL suggested for correct functionality
BINARY_VERSION = '3.7.5'
URL_VERSION = "3070500"
BINARY_VERSION = '3.7.6.2'
URL_VERSION = "3070602"

# build sqlite3_native C extension
Rake::ExtensionTask.new('sqlite3_native', HOE.spec) do |ext|
Expand Down

0 comments on commit c855f84

Please sign in to comment.