From acec8b64bae25148a2ec2506d2a8167134cbca54 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Fri, 30 Apr 2004 23:40:54 +0000 Subject: [PATCH] Set the initial working version to 0.0.1. --- ChangeLog | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b326cf6..7e1cdec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ fix function prolog and epilog handling for structure returns under x86/cdecl. + * configure.in: set the initial working version to 0.0.1. + 2004-04-30 Rhys Weatherley * include/jit/jit-function.h, include/jit/jit-insn.h, diff --git a/configure.in b/configure.in index 35d3069..c16067d 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.0) +AM_INIT_AUTOMAKE(libjit, 0.0.1) AM_CONFIG_HEADER(config.h) dnl Turn off the cygwin library if building for Win32. -- 2.47.3