]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
Set the initial working version to 0.0.1.
authorRhys Weatherley <rweather@southern-storm.com.au>
Fri, 30 Apr 2004 23:40:54 +0000 (23:40 +0000)
committerRhys Weatherley <rweather@southern-storm.com.au>
Fri, 30 Apr 2004 23:40:54 +0000 (23:40 +0000)
ChangeLog
configure.in

index b326cf67e70fbdc9de8c8203fbdebbe71177c9a6..7e1cdeca077b9170acc6542971ebd0718e6b2f27 100644 (file)
--- 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  <rweather@southern-storm.com.au>
 
        * include/jit/jit-function.h, include/jit/jit-insn.h,
index 35d306972b3107fcb240d0702bd0b1e74ff32234..c16067dd3c037a447cf277ebd3717c8d75f1857b 100644 (file)
@@ -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.