From e8cc34a68c9ac3286fb89b8df4e7a5dd33d99d44 Mon Sep 17 00:00:00 2001 From: alexgutteridge Date: Fri, 31 Aug 2007 05:51:43 +0000 Subject: [PATCH] --- ext/cIGraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/cIGraph.c b/ext/cIGraph.c index 94b66d2..8c24f63 100644 --- a/ext/cIGraph.c +++ b/ext/cIGraph.c @@ -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));