From: Aleksey Demakov Date: Wed, 10 Dec 2008 20:40:06 +0000 (+0000) Subject: start development version 0.1.3 X-Git-Tag: before.move.to.git~47 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=49a3107936c573c351afbd45eb37acd945928466;p=francis%2Flibjit.git start development version 0.1.3 --- diff --git a/ChangeLog b/ChangeLog index 3b1179e..3698984 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-12-11 Aleksey Demakov + + * configure.ac: bump version to 0.1.3 + 2008-12-10 Klaus Treichel * jit/jit-rules-x86-64.c (x86_64_call_code): Load %rax with 8 before @@ -8,6 +12,7 @@ 2008-12-10 Aleksey Demakov + * configure.ac: bump version to 0.1.2 * NEWS: update news for the 0.1.2 release 2008-11-23 Arto Bendiken diff --git a/configure.ac b/configure.ac index 4fc47b5..d84918e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([libjit], [0.1.2], [dotgnu-libjit@gnu.org]) +AC_INIT([libjit], [0.1.3], [dotgnu-libjit@gnu.org]) AC_CONFIG_SRCDIR([include/jit/jit.h]) AC_CONFIG_HEADERS([config.h])