From 9e4ce0a0531c5def91bce73d3c09f60bda926fa6 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Sun, 8 Aug 2004 01:14:18 +0000 Subject: [PATCH] Updating working version to "0.0.3". --- ChangeLog | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 92a1713..751814b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * configure.in, NEWS: update version for the "0.0.4" release. + * configure.in: updating working version to "0.0.3". + 2004-08-05 Rhys Weatherley * doc/Makefile.am, doc/README, doc/libjit.texi, diff --git a/configure.in b/configure.in index 53a33bc..ad77139 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl Determine the build, host, and target system types. AC_CANONICAL_SYSTEM dnl Initialize automake. -AM_INIT_AUTOMAKE(libjit, 0.0.4) +AM_INIT_AUTOMAKE(libjit, 0.0.5) AM_CONFIG_HEADER(config.h) dnl Set the version number for the shared libraries. -- 2.47.3