diff options
author | dos-reis <gdr@axiomatics.org> | 2010-02-21 00:48:28 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-02-21 00:48:28 +0000 |
commit | 3ca41ddb56efd927b46da41d9ce369c31538e3b3 (patch) | |
tree | 39a7193de66502f574a7a261b1b624e6886ce848 /configure.ac | |
parent | 3641c06bc50b60bfa60549daff6cd95029878129 (diff) | |
download | open-axiom-3ca41ddb56efd927b46da41d9ce369c31538e3b3.tar.gz |
* algebra/boolean.spad.pamphlet (PropositionalFormula):
Reimplement in terms of kernels.
* algebra/Makefile.pamphlet ($(OUT)/KERNEL.$(FASLEXT)): New
dependence rule.
($(OUT)PROPFRML.$(FASLEXT)): Likewise.
(axiom_algebra_layer_19): Move PROPFRML to...
(axiom_algebra_layer_6): ...here.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 335b69aa..30fd65fc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ sinclude(config/open-axiom.m4) sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.4.0-2010-02-17], +AC_INIT([OpenAxiom], [1.4.0-2010-02-20], [open-axiom-bugs@lists.sf.net]) AC_CONFIG_AUX_DIR(config) |