Browse Source

Set the initial working version to 0.0.1.

cache-refactoring
Rhys Weatherley 21 years ago
parent
commit
acec8b64ba
  1. 2
      ChangeLog
  2. 2
      configure.in

2
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 <rweather@southern-storm.com.au>
* include/jit/jit-function.h, include/jit/jit-insn.h,

2
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.

Loading…
Cancel
Save