From: msw Date: Tue, 1 Feb 2000 02:21:24 +0000 (+0000) Subject: version number X-Git-Tag: r0-50-6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f5da07928561193e6d19db5ad1f0958ec989ae5;p=thirdparty%2Fnewt.git version number --- diff --git a/configure.in b/configure.in index 92bb22f..f630da3 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(newt_pr.h) -AC_CONFIG_HEADER(config.h) -VERSION=0.50.5 +AM_CONFIG_HEADER(config.h) +VERSION=0.50.6 SONAME=0.50 AC_SUBST(VERSION) AC_SUBST(SONAME)