diff options
author | dos-reis <gdr@axiomatics.org> | 2007-11-28 11:36:14 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-11-28 11:36:14 +0000 |
commit | 63e653a5d625157a1188b4ef433ea308935cc3f9 (patch) | |
tree | baee0596cf12f5c26ef6f28a9f9c5accfe0e5718 /configure.ac.pamphlet | |
parent | 18b0887c46d1bd949526790bfdc8aec6d622432d (diff) | |
download | open-axiom-63e653a5d625157a1188b4ef433ea308935cc3f9.tar.gz |
* Makefile.pamphlet (compiler.$(FASLEXT)): Update requirement.
* compiler.boot: Import "define" and "iterator".
Move setting of special compiler functions from property.lisp to
here.
* iterator.boot (compCollectV): Uncomment.
(compIteratorV): Likewise.
(computeMaxIndex): Likewise.
(exprDifference): Likewise.
* parse.boot: Move setting of special parsing functions from
property.lisp to here.
* postpar.boot: Move setting of special parsing transformers from
property.lisp to here.
* property.lisp: Move setting of special compiler functions and
parsers to appropriate files.
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 e35ee36f..63a18d4b 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-27], +AC_INIT([OpenAxiom], [1.1.0-2007-11-28], [open-axiom-bugs@lists.sf.net]) @ |