diff --git a/History.txt b/History.txt index 48624a5..57d46ec 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,6 @@ +=== 0.2.3 / 2010-07-02 +* Bug fix: assignation of double vector with NA doesn't work right + === 0.2.2 / 2010-06-24 * ¿Bug? fix: a R matrix with a 0 dims raise an error [clbustos] * Bug fix on rexpfactory: typo on creation of S4 diff --git a/lib/rserve.rb b/lib/rserve.rb index 5e696d0..881455b 100644 --- a/lib/rserve.rb +++ b/lib/rserve.rb @@ -1,7 +1,7 @@ require 'socket' require 'rbconfig' module Rserve - VERSION = '0.2.2' + VERSION = '0.2.3' ON_WINDOWS=RbConfig::CONFIG['arch']=~/mswin|mingw/ end