* configure.ac (AC_INIT): Changed to version 0.96.
authortwisti <none@none>
Mon, 29 May 2006 18:52:35 +0000 (18:52 +0000)
committertwisti <none@none>
Mon, 29 May 2006 18:52:35 +0000 (18:52 +0000)
(CFLAGS): Changed to -O2.
* NEWS: Changed date.

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 28dfc1ad93dcc011bf91e2da79726298ddd7e6f7..653ef4bf270cc91f230c54da0a622eecc29dce86 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New in release 0.96 (May 26, 2006)
+New in release 0.96 (May 29, 2006)
 
   * New tasuki lock implementation resolves deadlock problems on
     multi-processor machines.
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