Local version number(BigDecimal::ver) incremented.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
87704d6a3c
commit
970ad34c95
@ -47,7 +47,11 @@ VALUE rb_cBigDecimal;
|
|||||||
static VALUE
|
static VALUE
|
||||||
BigDecimal_version(VALUE self)
|
BigDecimal_version(VALUE self)
|
||||||
{
|
{
|
||||||
return rb_str_new2("1.0.0");
|
/*
|
||||||
|
* 1.0.0: Ruby 1.8.0
|
||||||
|
* 1.0.1: Ruby 1.8.1
|
||||||
|
*/
|
||||||
|
return rb_str_new2("1.0.1");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user