diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-12-24 20:01:44 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-12-24 20:01:44 +0000 |
commit | 03926fc72506928e63a82b9ed74bf7a55a8178bd (patch) | |
tree | a6263c2e733815939faf297fc53d3fa81f57082d /lib/net/protocol.rb | |
parent | ef5f2bcb3fb415c08893513c603b56bb3dee1f1a (diff) | |
download | ruby-03926fc72506928e63a82b9ed74bf7a55a8178bd.tar.gz ruby-03926fc72506928e63a82b9ed74bf7a55a8178bd.tar.xz ruby-03926fc72506928e63a82b9ed74bf7a55a8178bd.zip |
aamine
* lib/net/protocol.rb,smtp.rb,pop.rb,http.rb: wrongly version 1.2 sources
were checked in.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/protocol.rb')
-rw-r--r-- | lib/net/protocol.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/protocol.rb b/lib/net/protocol.rb index 3dc85cd94..161024cfe 100644 --- a/lib/net/protocol.rb +++ b/lib/net/protocol.rb @@ -1,6 +1,6 @@ =begin -= net/protocol.rb version 1.2.0 += net/protocol.rb version 1.1.32 written by Minero Aoki <aamine@dp.u-netsurf.ne.jp> @@ -65,7 +65,7 @@ module Net class Protocol - Version = '1.2.0' + Version = '1.1.32' class << self |