diff options
author | dos-reis <gdr@axiomatics.org> | 2009-04-14 11:53:58 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2009-04-14 11:53:58 +0000 |
commit | c4fc20005aceb3af8b79f33cc9f44179b1ce011a (patch) | |
tree | 741ea5bd77158aeb6a2e94430dfb8650e67d96a6 /configure.ac.pamphlet | |
parent | 543ec512ef989a2d5209a8eb37b7d60b38f3c4fb (diff) | |
download | open-axiom-c4fc20005aceb3af8b79f33cc9f44179b1ce011a.tar.gz |
Fix SF/2760553
* lisp/core.lisp.in (associateRequestWithFileType): Remember
FILE-TYPE as default value for REQUEST.
(|processCommandLine|): Standard options have length at least 2.
(|handleCommandLine|): Use default file type if non is present.
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 b48751ca..9fa7267d 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-04-13], +AC_INIT([OpenAxiom], [1.3.0-2009-04-14], [open-axiom-bugs@lists.sf.net]) @ |