diff options
author | dos-reis <gdr@axiomatics.org> | 2008-05-12 19:12:19 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-05-12 19:12:19 +0000 |
commit | cca1e10eac77b9302c5862fa903872c792b36620 (patch) | |
tree | 88410d2826884d761a75f00b946bd2041fac31db /configure.ac.pamphlet | |
parent | d4221b8a648adc6bf3b44410dedd8b5e8abbeb18 (diff) | |
download | open-axiom-cca1e10eac77b9302c5862fa903872c792b36620.tar.gz |
* interp/c-util.boot (isLiteral): Declare.
(makeLiteral): Likewise.
* interp/compiler.boot (compSymbol): Use isLiteral.
* interp/wi1.boot (compSymbol): Likewise.
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 f02caafc..f54f5c6e 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -1108,7 +1108,7 @@ information: <<Autoconf init>>= sinclude(config/open-axiom.m4) sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.2.0-2008-05-10], +AC_INIT([OpenAxiom], [1.2.0-2008-05-12], [open-axiom-bugs@lists.sf.net]) @ |