aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-14 11:53:58 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-14 11:53:58 +0000
commitc4fc20005aceb3af8b79f33cc9f44179b1ce011a (patch)
tree741ea5bd77158aeb6a2e94430dfb8650e67d96a6 /configure.ac
parent543ec512ef989a2d5209a8eb37b7d60b38f3c4fb (diff)
downloadopen-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')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d36bb8f..80420f6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
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])
AC_CONFIG_AUX_DIR(config)