* configure.ac (AC_INIT): Changed to version 0.96.
[cacao.git] / configure.ac
index 6615fce27c1d1d935dfde98a9e25f7cbd73501bc..254cc52ff1cf67ca025f1e7f73ecfa8825501504 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(cacao, 0.95+svn, cacao@cacaojvm.org)
+AC_INIT(cacao, 0.96, cacao@cacaojvm.org)
 AC_CONFIG_SRCDIR(src/cacao/cacao.c)
 AC_CANONICAL_HOST
 AC_PREREQ(2.59)
@@ -14,7 +14,7 @@ AC_PREFIX_DEFAULT(/usr/local/cacao)
 
 dnl set optimization and debugging for all architectures and systems
 if test x"$CFLAGS" = "x"; then
-    CFLAGS="-O0 -g3"
+    CFLAGS="-O2 -g3"
 fi
 
 dnl system type