Browse Source

tags/0.3.2
alexgutteridge 19 years ago
parent
commit
e8cc34a68c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ext/cIGraph.c

+ 1
- 1
ext/cIGraph.c View File

@@ -184,7 +184,7 @@ void Init_igraph(){

rb_include_module(cIGraph, rb_mEnumerable);

rb_define_const(cIGraph, "VERSION", rb_str_new2("0.3"));
rb_define_const(cIGraph, "VERSION", rb_str_new2("0.3.1"));

rb_define_const(cIGraph, "EDGEORDER_ID", INT2NUM(1));
rb_define_const(cIGraph, "EDGEORDER_FROM", INT2NUM(2));


Loading…
Cancel
Save