* ext/psych/lib/psych.rb: released a new gem, so increasing version.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tenderlove 2011-05-13 22:31:15 +00:00
parent e16d6108c0
commit fe89874540
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sat May 14 07:30:29 2011 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/psych/lib/psych.rb: released a new gem, so increasing version.
Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
* ext/openssl/ossl_digest.c

View File

@ -90,7 +90,7 @@ require 'psych/json'
module Psych
# The version is Psych you're using
VERSION = '1.1.0'
VERSION = '1.1.1'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'