From: johnsonm Date: Tue, 19 Aug 2003 20:24:57 +0000 (+0000) Subject: whose idea was it to override the version anyway? X-Git-Tag: r0-51-5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d33c0f9c663556779fabbce24d54de6603616563;p=thirdparty%2Fnewt.git whose idea was it to override the version anyway? --- diff --git a/configure.in b/configure.in index 8eae3ff..468116c 100644 --- a/configure.in +++ b/configure.in @@ -4,8 +4,6 @@ AC_INIT(newt_pr.h) AC_CONFIG_HEADER(config.h) VERSION=$(awk '/^%define version/ {print $3}' $srcdir/newt.spec) - -VERSION=0.51.4 SONAME=0.51 AC_SUBST(VERSION) AC_SUBST(SONAME)