Skip to content

Commit 27a1fd0

Browse files
committed
0.5.9p8
1 parent 69dbbaa commit 27a1fd0

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* narray.c (na_where2):
44
- Convert to NA_BYTE by calling "obj.ne(0)"
5+
* ver 0.5.9p8
56

67
2010-07-12 Masahiro TANAKA <masa16.tanaka at gmail.com>
78

SPEC.en

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Ruby/NArray ver 0.5.9p8 (2010-01-16) by Masahiro TANAKA
2+
Ruby/NArray ver 0.5.9p8 (2010-12-06) by Masahiro TANAKA
33

44

55
Class method:

SPEC.ja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Ruby/NArray ver 0.5.9p8 (2010-01-16) by Masahiro TANAKA
2+
Ruby/NArray ver 0.5.9p8 (2010-12-06) by Masahiro TANAKA
33

44

55
クラスメソッド:

narray.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
# include <sys/types.h>
2424
#endif
2525

26-
#define NARRAY_VERSION "0.5.9p7"
27-
#define NARRAY_VERSION_CODE 597
26+
#define NARRAY_VERSION "0.5.9p8"
27+
#define NARRAY_VERSION_CODE 598
2828

2929
/*
3030
Data types used in NArray :

0 commit comments

Comments
 (0)