diff --git a/tasks/native.rake b/tasks/native.rake index 7edbba52..acccba54 100644 --- a/tasks/native.rake +++ b/tasks/native.rake @@ -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|