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

Bump Syslog::Logger::VERSION to 2.1.0.

* ext/syslog/lib/syslog/logger.rb (Syslog::Logger::VERSION): Bump
  the VERSION to 2.1.0. [ruby-core:64483] [Bug #10159]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2014-10-31 07:49:18 +00:00
parent a87c88bcd4
commit f701b0dfc4
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Fri Oct 31 16:47:35 2014 Akinori MUSHA <knu@iDaemons.org>
* ext/syslog/lib/syslog/logger.rb (Syslog::Logger::VERSION): Bump
the VERSION to 2.1.0. [ruby-core:64483] [Bug #10159]
Fri Oct 31 16:33:46 2014 Akinori MUSHA <knu@iDaemons.org>
* lib/net/imap.rb (Net::IMAP#fetch): [DOC] Document that

View file

@ -66,7 +66,7 @@ class Syslog::Logger
##
# The version of Syslog::Logger you are using.
VERSION = '2.0'
VERSION = '2.1.0'
##
# Maps Logger warning types to syslog(3) warning types.