aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-01-10 23:59:18 +0000
committerdos-reis <gdr@axiomatics.org>2009-01-10 23:59:18 +0000
commitd813447db270d12283436a70e3ed6ef6887016e0 (patch)
tree1fdf0abda9b6cff930e09af858b5b41ad8f42e08 /configure.ac
parent447540cef1c15768e7aa15679696ed4dd7b2d151 (diff)
downloadopen-axiom-d813447db270d12283436a70e3ed6ef6887016e0.tar.gz
* interp/parse.boot ($parsingType): New.
(parseType): New. Parse types forms. (parseTypeList): New. Parse list of type forms.
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 ab01e655..fb231973 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-01-05],
+AC_INIT([OpenAxiom], [1.3.0-2009-01-10],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)