]> granicus.if.org Git - sudo/commitdiff
++version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 28 Apr 1996 21:40:19 +0000 (21:40 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 28 Apr 1996 21:40:19 +0000 (21:40 +0000)
Makefile.in
configure.in
version.h

index ae85bf5fa7c526d60a74815c2904738811aed6f7..7b4868164dc86a9fc1a658926d95978ac030fd47 100644 (file)
@@ -1,5 +1,5 @@
 #*
-#* CU sudo version 1.4.2 (based on Root Group sudo version 1.1)
+#* CU sudo version 1.4.3 (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.2
+VERSION = 1.4.3
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
             PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \
index 7aa9efd52a6415c6a8728a98e2700795258c9b59..561ae579415fc8c639cfa742a7832a7d6f064f39 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.2"
+echo "Configuring CU Sudo version 1.4.3"
 dnl
 dnl Variables that get substituted in the Makefile
 dnl
index c3a689225b0a43aa7a7c65390c820795bcabcf2b..4a97ca6f5782c54f80e22a5d7b773ef52e3db7e1 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.2";
+static char version[] = "1.4.3";
 
 #endif /* _SUDO_VERSION_H */