ruby: v0.4.8

This commit is contained in:
FURUHASHI Sadayuki 2012-12-16 17:17:11 -08:00
parent 220436f4f9
commit 754126644f
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
2012-12-16 version 0.4.8:
* Fixed compile error on Rubinius. Function prototype rb_gc_enable() is no
longer needed.
2012-05-05 version 0.4.7: 2012-05-05 version 0.4.7:
* Fixed serialization of double values on ARM OABI architectures * Fixed serialization of double values on ARM OABI architectures

View File

@ -1,3 +1,3 @@
module MessagePack module MessagePack
VERSION = "0.4.7" VERSION = "0.4.8"
end end