From 4f10a37ccdd1071f86817621300230515851b567 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Sun, 15 Jan 2006 06:53:05 +0000 Subject: [PATCH] Updating working version to "0.0.7". --- ChangeLog | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 93f2d21..b6d6d54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * configure.in, NEWS: update version for the "0.0.6" release. + * configure.in: updating working version to "0.0.7". + 2006-01-14 Aleksey Demakov * tools/gen-sel-parser.y: spilling a register which is the first diff --git a/configure.in b/configure.in index 68b0172..8b055da 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.6) +AM_INIT_AUTOMAKE(libjit, 0.0.7) AM_CONFIG_HEADER(config.h) dnl Set the version number for the shared libraries. -- 2.47.3