From 27438e5074ee5a901d1bbc2e992c6fc9be41f275 Mon Sep 17 00:00:00 2001 From: J. Ali Harlow Date: Fri, 16 Oct 2009 15:24:19 +0100 Subject: [PATCH] Start 0.3 --- configure.ac | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index d0d5ef8..09508ff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([whelk],[0.2.1],[ali@juiblex.co.uk]) +AC_INIT([whelk],[0.3],[ali@juiblex.co.uk]) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_SRCDIR([whelk/whelk.c]) @@ -26,9 +26,9 @@ AM_CONDITIONAL(WHELK_MINGW,[test -n "$host_mingw"]) # # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details # -LT_CURRENT=1 -LT_REVISION=1 -LT_AGE=1 +LT_CURRENT=2 +LT_REVISION=0 +LT_AGE=2 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) -- 1.7.1