1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

{protocol,smtp,pop,http}.rb 1.1.13 for ruby 1.4 branch

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
aamine 2000-04-14 10:42:57 +00:00
parent 9f950b4d32
commit e495917455
3 changed files with 11 additions and 14 deletions

View file

@ -15,7 +15,7 @@ require 'socket'
module Net
Version = '1.1.12'
Version = '1.1.13'
=begin