author | Rhys Weatherley <rweather@southern-storm.com.au> | 2004年04月30日 23:40:54 +0000 |
---|---|---|
committer | Rhys Weatherley <rweather@southern-storm.com.au> | 2004年04月30日 23:40:54 +0000 |
commit | acec8b64bae25148a2ec2506d2a8167134cbca54 (patch) | |
tree | 5e1e2d563b6961586023cacac75d4ececdf1010f | |
parent | 690437872483a93cc1ffde4f2ec4f10a1ec3adc1 (diff) | |
download | libjit-acec8b64bae25148a2ec2506d2a8167134cbca54.tar.gz |
-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. |