diff options
author | dos-reis <gdr@axiomatics.org> | 2010-03-18 08:27:34 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-03-18 08:27:34 +0000 |
commit | a7e82885a54b8d91c1978affc3f0e4668876041b (patch) | |
tree | 0f184e48fc2b3c48a2a57d90f77b22c8d19a2e52 /configure.ac.pamphlet | |
parent | e99018bd6a64e8d7d63a240a96ce213bb9e99b0f (diff) | |
download | open-axiom-a7e82885a54b8d91c1978affc3f0e4668876041b.tar.gz |
* algebra/any.spad.pamphlet (Property): Tidy.
(Environment): Likewise. Rename setProperty! to putProperty.
Rename setProperties! to putProperties.
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 ceca945e..8c0310a9 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -1200,7 +1200,7 @@ information: <<Autoconf init>>= sinclude(config/open-axiom.m4) sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.4.0-2010-03-10], +AC_INIT([OpenAxiom], [1.4.0-2010-03-18], [open-axiom-bugs@lists.sf.net]) @ |