-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 |
@@ -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 <rweather@southern-storm.com.au> * 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. |