aboutsummaryrefslogtreecommitdiff
path: root/configure.ac.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-06-12 17:35:50 +0000
committerdos-reis <gdr@axiomatics.org>2009-06-12 17:35:50 +0000
commit9e86e73fe1aa9115233952ffbf8188b169677d6e (patch)
tree25c19d0732c1af479e9442c7476d122c00f4920c /configure.ac.pamphlet
parent9e07dcd91c45bf8b22d932321f5c97e931ffe8ac (diff)
downloadopen-axiom-9e86e73fe1aa9115233952ffbf8188b169677d6e.tar.gz
Support retract of domains.
* interp/i-funsel.boot (findFunctionInDomain): Don't look into categories. * interp/i-coerce.boot (retract): Retract domain objects too. (retract1): Do it. (coerceInteractive): Likewise. * interp/nrunfast.boot (getDomainCategoriesVector): New. (getDomainCompleteCategories): 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 98f8ac90..e6c7ddf1 100644
--- a/configure.ac.pamphlet
+++ b/configure.ac.pamphlet
@@ -1131,7 +1131,7 @@ information:
<<Autoconf init>>=
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.3.0-2009-06-11],
+AC_INIT([OpenAxiom], [1.3.0-2009-06-12],
[open-axiom-bugs@lists.sf.net])
@