]> granicus.if.org Git - sudo/commitdiff
++version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 29 Aug 1996 22:33:18 +0000 (22:33 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 29 Aug 1996 22:33:18 +0000 (22:33 +0000)
Makefile.in
configure.in
version.h

index 904ee2ab787736601ca1b4a88b4177487c102e2e..0e8c010a15723798852cc12e353e28c94e03eb68 100644 (file)
@@ -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 \
index 87518856ec7dcb57a54134e9f97e2bbdfa62b278..8e4708632f49a4e41c364d8b8d2046f3d85cf158 100644 (file)
@@ -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 \
index 625bd49a177158dd0c13cc6115fdcc760d036156..a9c4276e12faa905ec318b8432e30cd0072a49c3 100644 (file)
--- 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 */