From: katzj Date: Fri, 8 Jun 2001 21:48:28 +0000 (+0000) Subject: bump version X-Git-Tag: r0-50-26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8088aaed51f183e46974a1d125d40e7b4b10706f;p=thirdparty%2Fnewt.git bump version --- diff --git a/configure.in b/configure.in index ec619c9..cd71037 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.25 +VERSION=0.50.26 SONAME=0.50 AC_SUBST(VERSION) AC_SUBST(SONAME)