diff options
author | dos-reis <gdr@axiomatics.org> | 2007-11-10 06:56:02 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-11-10 06:56:02 +0000 |
commit | ed27313ddc520ba88e50489f11112bb08e153e3e (patch) | |
tree | 098caf0726ea228c6125711ccf07f3f5978a84d6 /configure.ac.pamphlet | |
parent | 4edaea6cff2d604009b8f2723a9436b0fc97895d (diff) | |
download | open-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.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 840a8ecf..23382789 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -1010,7 +1010,7 @@ information: <<Autoconf init>>= 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]) @ |