From 03c0ed9409682f804ca806e111416bbef945e54b Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Tue, 31 Jul 2001 17:41:22 +0000 Subject: [PATCH] Tag release 0.3 --- src/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure.in b/src/configure.in index 6e3f49a3b..bc0f0dc7b 100644 --- a/src/configure.in +++ b/src/configure.in @@ -31,7 +31,7 @@ exit 2; fi dnl Set the version number. This seems the best place to keep it. -ECLS_VERSION=0.2 +ECLS_VERSION=0.3 AC_SUBST(ECLS_VERSION) dnl Guess operating system of host. We do not allow cross-compiling.