From: Todd C. Miller Date: Thu, 29 Aug 1996 22:33:18 +0000 (+0000) Subject: ++version X-Git-Tag: SUDO_1_5_1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64bc07faea73af7911e314456d9ceab9f5a0d553;p=sudo ++version --- diff --git a/Makefile.in b/Makefile.in index 904ee2ab7..0e8c010a1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -112,7 +112,7 @@ LIBOBJS = @LIBOBJS@ @ALLOCA@ HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h \ ins_2001.h ins_classic.h ins_goons.h ins_csops.h -VERSION = 1.5 +VERSION = 1.5.1 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \ PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \ diff --git a/configure.in b/configure.in index 87518856e..8e4708632 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_CONFIG_HEADER(config.h) dnl dnl This won't work before AC_INIT() dnl -echo "Configuring CU Sudo version 1.5" +echo "Configuring CU Sudo version 1.5.1" dnl dnl Variables that get substituted in the Makefile dnl @@ -527,8 +527,6 @@ case "$host" in # configure thinks we have -lsocket and -linet but we don't LIB_INET=1 LIB_SOCKET=1 - - # XXX - what about shadow pw? *-*-bsdi*) # Use shlicc for BSD/OS 2.x unless asked to do otherwise if test "$OSREV" -ge 2 -a "${with_CC+set}" != set -a \ diff --git a/version.h b/version.h index 625bd49a1..a9c4276e1 100644 --- a/version.h +++ b/version.h @@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static char version[] = "1.5"; +static char version[] = "1.5.1"; #endif /* _SUDO_VERSION_H */