From b1faa059e0665e0dfcfeab4146aa77b2b2b88a4e Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Thu, 13 May 2004 04:59:52 +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 f352bf4..9c44d8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ * configure.in, NEWS: update version for the "0.0.2" release. + * configure.in: updating working version to "0.0.3". + 2004-05-12 Rhys Weatherley * jitdynamic/Makefile.am, jitplus/Makefile.am: use both .libs and diff --git a/configure.in b/configure.in index c4ff46a..e117752 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.2) +AM_INIT_AUTOMAKE(libjit, 0.0.3) AM_CONFIG_HEADER(config.h) dnl Set the version number for the shared libraries. -- 2.47.3