From: crutcher Date: Wed, 22 Aug 2001 20:19:20 +0000 (+0000) Subject: fixed configure version X-Git-Tag: r0-50-33~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a98f0b1c7146e6db603f823e0bdb1524bba5b4fa;p=thirdparty%2Fnewt.git fixed configure version --- diff --git a/configure.in b/configure.in index fcc1dc2..bdf6881 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CONFIG_HEADER(config.h) VERSION=$(awk '/^%define version/ {print $3}' newt.spec) -VERSION=0.50.31 +VERSION=0.50.32 SONAME=0.50 AC_SUBST(VERSION) AC_SUBST(SONAME)