]> granicus.if.org Git - sudo/commitdiff
++version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 20 Jun 1996 05:17:08 +0000 (05:17 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 20 Jun 1996 05:17:08 +0000 (05:17 +0000)
Makefile.in
version.h

index d798e0e8b4e025ae8dc0d181fe62b87217c7ce73..f6d0e773894d598440443d5e3cce4142b42b4f82 100644 (file)
@@ -1,5 +1,5 @@
 #*
-#* CU sudo version 1.4.3 (based on Root Group sudo version 1.1)
+#* CU sudo version 1.4.4 (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.3
+VERSION = 1.4.4
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
             PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \
index 4a97ca6f5782c54f80e22a5d7b773ef52e3db7e1..88df47240737d7092fea5d0be863448a3c37ef7b 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.4.4
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -23,6 +23,6 @@
 #ifndef _SUDO_VERSION_H
 #define _SUDO_VERSION_H
 
-static char version[] = "1.4.3";
+static char version[] = "1.4.4";
 
 #endif /* _SUDO_VERSION_H */