* configure.ac (AC_INIT): Bumped version to 0.99rc6. This reflects the
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Sun, 8 Jun 2008 16:45:06 +0000 (18:45 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Sun, 8 Jun 2008 16:45:06 +0000 (18:45 +0200)
update to Boehm-GC 7.1.

configure.ac

index 305e2d32d10bfdd5794cc6fe3f0faca555fc3154..f4269984191652bb532c79376f54f59c80adc4d2 100644 (file)
@@ -23,7 +23,7 @@ dnl 02110-1301, USA.
 dnl Process this file with autoconf to produce a configure script.
 
 
-AC_INIT(cacao, 0.99rc5, cacao@cacaojvm.org)
+AC_INIT(cacao, 0.99rc6, cacao@cacaojvm.org)
 AC_CONFIG_SRCDIR(src/cacao/cacao.c)
 AC_CANONICAL_HOST
 AC_PREREQ(2.59)