]> granicus.if.org Git - sudo/commitdiff
++version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Feb 1996 22:06:37 +0000 (22:06 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Feb 1996 22:06:37 +0000 (22:06 +0000)
INSTALL
Makefile.in
README
configure.in
version.h

diff --git a/INSTALL b/INSTALL
index 783c5022f9df6b8ef0e3d2ccfcd1baaf6956f516..372504939a6d73bdec3244f5d46c201d62c8c505 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Installation instructions for CU sudo 1.4.1
+Installation instructions for CU sudo 1.4.2
 ===========================================
 
 Sudo uses a `configure' script to probe the capabilities and type
index 24ef6168486cab4b07456bc2d67a04d7ea80c428..7aaeb07cd0dfddae892cfd8cd016699c202269c0 100644 (file)
@@ -1,5 +1,5 @@
 #*
-#* CU sudo version 1.4.1 (based on Root Group sudo version 1.1)
+#* CU sudo version 1.4.2 (based on Root Group sudo version 1.1)
 #*
 #* This software comes with no waranty whatsoever, use at your own risk.
 #*
@@ -112,7 +112,7 @@ LIBOBJS = @LIBOBJS@
 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.4.1
+VERSION = 1.4.2
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
             PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \
diff --git a/README b/README
index 26ba27f632e8695251c23ee44a9a6d96254bef1a..3b852a70ad2321fdca7757a4a9549e42eb50f9a4 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the CU version of sudo, release 1.4.1
+This is the CU version of sudo, release 1.4.2
 
 The sudo philosophy
 ===================
@@ -26,7 +26,7 @@ Group's sudo 1.1, the code has been changed significantly, so please
 do not bother them with bugs in CU sudo.  Bug reports for this sudo
 should be sent to sudo-bugs@cs.colorado.edu.
 
-CU sudo 1.4.1 represents a huge change from the 1.3.1 code base.
+CU sudo 1.4.2 represents a huge change from the 1.3.1 code base.
 It includes a completely rewritten parser contributed by Chris Jepeway,
 a smarter and easier to use visudo, an updated configure script along
 with the usual bug fixes and portability changes.  See the CHANGES file
index 3b83eef89cfbe1b08db5cec185ac2c4574e36b7b..312b72d93f7f871f781b6a69e60a52855d54a9d8 100644 (file)
@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(config.h)
 dnl
 dnl This won't work before AC_INIT()
 dnl
-echo "Configuring CU Sudo version 1.4.1"
+echo "Configuring CU Sudo version 1.4.2"
 dnl
 dnl Variables that get substituted in the Makefile
 dnl
index 8963138744405dea11a4f6e349c60c1ee434d1ca..c3a689225b0a43aa7a7c65390c820795bcabcf2b 100644 (file)
--- a/version.h
+++ b/version.h
@@ -23,6 +23,6 @@
 #ifndef _SUDO_VERSION_H
 #define _SUDO_VERSION_H
 
-static char version[] = "1.4.1";
+static char version[] = "1.4.2";
 
 #endif /* _SUDO_VERSION_H */