From aad37c2e67f6ebad693355475cbe9797ac2d7712 Mon Sep 17 00:00:00 2001 From: alexgutteridge Date: Fri, 31 Aug 2007 05:51:43 +0000 Subject: [PATCH] git-svn-id: http://igraph.rubyforge.org/svn/trunk@43 71f48855-0bbf-4aa5-930d-4df415e86613 --- 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));