aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-11-10 06:56:02 +0000
committerdos-reis <gdr@axiomatics.org>2007-11-10 06:56:02 +0000
commited27313ddc520ba88e50489f11112bb08e153e3e (patch)
tree098caf0726ea228c6125711ccf07f3f5978a84d6 /configure.ac
parent4edaea6cff2d604009b8f2723a9436b0fc97895d (diff)
downloadopen-axiom-ed27313ddc520ba88e50489f11112bb08e153e3e.tar.gz
src/algebra/
2007-11-10 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet (mostlyclean-local): Remove stamp files and strap/ directory too. (clean-local): Remove database directories too. src/interpreter/ 2007-11-10 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet (nrungo.$(FASLEXT)): New rule. (nruntime.$(FASLEXT)): Likewise. (<<nrungo.clisp>>): Remove. (<<nruntime.clisp>>): Likewise. * nrungo.boot.pamphlet: Push into package "BOOT". Fix syntax. * nruntime.boot.pamphlet: Push into package "BOOT".
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1b4987b4..7ef24cfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.1.0-2007-11-08],
+AC_INIT([OpenAxiom], [1.1.0-2007-11-10],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)