Skip to content

Commit

Permalink
History and version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
clbustos committed Jul 2, 2010
1 parent 2c3a948 commit 34f6fbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down

0 comments on commit 34f6fbf

Please sign in to comment.