commit efeccdd24c3a8b597e5424f8cb0b59b9b105d5ba
parent 93cc246ab35ba4ab17bd44541a5d6cd25afdba72
Author: Dan Callaghan <djc@djc.id.au>
Date: Sat, 6 Nov 2010 17:38:02 +1000
check for gob-2.0.17 in configure
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jbsrc/jb.c b/jbsrc/jb.c
@@ -70,7 +70,7 @@ jb_package_init (void)
* released. What is required is gob2 2.0.15 + my patches (see the
* gob mailing list), which should eventually become gob2 2.0.16.
*/
- jb_variable_set_string("gob2-minversion", "2.0.16");
+ jb_variable_set_string("gob2-minversion", "2.0.17");
jb_evolution_plugin_init();