[Liboil-commit] 2 commits - HACKING configure.ac

David Schleef ds at kemper.freedesktop.org
Thu Mar 13 23:08:06 PDT 2008


 HACKING      |   10 ++++++++++
 configure.ac |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 26cf98120662d6579fe8f9304373b9f7cc769e25
Author: David Schleef <ds at ginger.bigkitten.com>
Date:   Thu Mar 13 23:09:34 2008 -0700

    bump version

diff --git a/configure.ac b/configure.ac
index 764fa21..7ccdda8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(liboil,0.3.13)
+AC_INIT(liboil,0.3.14)
 
 AS_NANO(LIBOIL_CVS=no,LIBOIL_CVS=yes)
 
@@ -18,7 +18,7 @@ dnl - library source changed -> increment REVISION
 dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
 dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
-LIBOIL_LIBVERSION="1:0:1"
+LIBOIL_LIBVERSION="2:0:2"
 AC_SUBST(LIBOIL_LIBVERSION)
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_TAGS([])
commit c45dafd488883885420ee66235eb85ad12fdeb51
Author: David Schleef <ds at ginger.bigkitten.com>
Date:   Thu Mar 13 23:09:22 2008 -0700

    notes about test machines

diff --git a/HACKING b/HACKING
index 80301a1..826ca92 100644
--- a/HACKING
+++ b/HACKING
@@ -103,3 +103,13 @@ New Classes
 
 
 
+Test Machines
+-------------
+
+  Machines that ds has access to:
+
+    power5.infradead.org - powerpc POWER5
+    bombadil.infradead.org - powerpc PPC970MP (G5)
+
+
+


More information about the Liboil-commit mailing list