aboutsummaryrefslogtreecommitdiff
path: root/configure.ac.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-22 15:26:05 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-22 15:26:05 +0000
commit37846f4b385342087d072abb1d743222e26c4545 (patch)
tree43d4bb7df04297ecf3668f593f6cce52f0df660c /configure.ac.pamphlet
parent9b2bf0b0a29aecb364f552b85f3ce8626ce0ad0b (diff)
downloadopen-axiom-37846f4b385342087d072abb1d743222e26c4545.tar.gz
* interp/cparse.boot (npQuiver): Redefine. Now send Application
to Application. (npTypedForm): Replace Application with Quiver. (npTypified): Likewise. (npTagged): Use npTypedForm not npTypedForm1. (npDiscrim): Now extend Relation, not Quiver. (npMdef): Allow same LHS as npDef. (npSingleRule): Likewise. * boot/ast.boot: Replace CONCAT with strconc. Replace SYMBOL-NAME with PNAME. * boot/scanner.boot: Likewise. * boot/translator.boot: Likewise.
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r--configure.ac.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index 32a7dca3..33025571 100644
--- a/configure.ac.pamphlet
+++ b/configure.ac.pamphlet
@@ -1210,7 +1210,7 @@ information:
<<Autoconf init>>=
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.4.0-2010-05-17],
+AC_INIT([OpenAxiom], [1.4.0-2010-05-22],
[open-axiom-bugs@lists.sf.net])
@