diff options
author | dos-reis <gdr@axiomatics.org> | 2008-04-01 06:18:46 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-04-01 06:18:46 +0000 |
commit | 7a0c33622b460c94beef6cd31ef37807887f5a2c (patch) | |
tree | 2bf61719c7cc7369ac51d2b10ea2561288704517 /configure.ac.pamphlet | |
parent | 9920a0abe7a40dedfe43efe83722372e06dc0826 (diff) | |
download | open-axiom-7a0c33622b460c94beef6cd31ef37807887f5a2c.tar.gz |
* lib/openpty.c: Remove conditional inclusion of <stropts.h>
* hyper/spadbuf.c: Remove conditional inclusion of <bstring.h>
* sman/session.c: Likewise.
* hyper/halloc.c: Remove conditional inclusion of <malloc.h>
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 5fdae1a6..58b0adfb 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -1078,7 +1078,7 @@ information: <<Autoconf init>>= sinclude(config/open-axiom.m4) sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.2.0-2008-03-31], +AC_INIT([OpenAxiom], [1.2.0-2008-04-01], [open-axiom-bugs@lists.sf.net]) @ |