From: Aleksey Demakov Date: Wed, 10 Dec 2008 17:54:06 +0000 (+0000) Subject: bump version to 0.1.2 X-Git-Tag: before.move.to.git~48 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=e244f718d19a3ff5304a95dbf84a74fd83fc4b08;p=francis%2Flibjit.git bump version to 0.1.2 --- diff --git a/NEWS b/NEWS index 8ece3d2..215721f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -0.1.2 (XX Decemeber 2008) +0.1.2 (10 Decemeber 2008) * Switch from GPL to LGPL 2.1 license. * Implement x86-64 backend (Klaus Treichel). diff --git a/configure.ac b/configure.ac index a69eb94..4fc47b5 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.1], [dotgnu-libjit@gnu.org]) +AC_INIT([libjit], [0.1.2], [dotgnu-libjit@gnu.org]) AC_CONFIG_SRCDIR([include/jit/jit.h]) AC_CONFIG_HEADERS([config.h])