/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
lib/postgres/postgres-pr/version.rb
11 строк
137 B
HD Moore
Mark all libraries as defaulting to 8-bit strings
29 июн 2012, 09:18
29 июн 2012, 09:18
d656e31
Код
Авторство
О чём код?
# -*- coding: binary -*- # Namespace for Metasploit branch. module Msf module Db module PostgresPR Version = "0.6.3-msf" end end end