aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-12-16 17:14:47 +0000
committerdos-reis <gdr@axiomatics.org>2007-12-16 17:14:47 +0000
commit5f43d3d90da0109a83feca96b96399f5eaa72d7c (patch)
tree671bbe3be41bf78dd652f6f8d00503c78121c978 /configure.ac
parent05e8990df136f779b6e2ddd700b38c918d5ca72e (diff)
downloadopen-axiom-5f43d3d90da0109a83feca96b96399f5eaa72d7c.tar.gz
* nruncomp.boot (NOTES): Encode quasiquoted values too.
($lookupDefaults): Define. (newLookupInDomain): Look up in the add-chain first. (newLookupInCategories): Likewise. (lazyMatch): Quasiquote is now like a Mapping. (newExpandLocalTypeForm): Quasiquote is no longer like QUOTE. * nrungo.boot (lookupInDomainAndDefaults): New. (compiledLookup): Use it.
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 e642eade..e28c3715 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-12-15],
+AC_INIT([OpenAxiom], [1.1.0-2007-12-16],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)