# File lib/sqlite3/version.rb, line 18
  def self.const_missing(name)
    return super unless name == :Version
    warn("\#{caller[0]}: SQLite::Version will be removed in sqlite3-ruby version 2.0.0\n") if $VERBOSE
    VersionProxy
  end