]> granicus.if.org Git - sudo/commitdiff
++version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 14 Jan 1996 20:16:01 +0000 (20:16 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 14 Jan 1996 20:16:01 +0000 (20:16 +0000)
Makefile.in
emul/utime.h
parse.c
parse.lex
parse.yacc
version.h

index 7a89bf675a1bf0b1dec31629029cad903bfe1d78..1e338a02ebd04d3182b86caf49a0abdec649b123 100644 (file)
@@ -1,5 +1,5 @@
 #*
-#* CU sudo version 1.3.8 (based on Root Group sudo version 1.1)
+#* CU sudo version 1.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.3.8
+VERSION = 1.4
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
             PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \
index 8a800140973e24d8072d18cbdb7c93164e620dbe..d7efc236b639b5122ada40a8ef0818e3600d409e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.8
+ *  CU sudo version 1.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
diff --git a/parse.c b/parse.c
index ec2b2aa2ac3660326e41a44d3dc417e671faebfd..c50c793b88558cf51d0fe694192178c5b0a1185c 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.8
+ *  CU sudo version 1.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
index b020389a091aaf62fe53959b2b9e49c6472acfec..831faa1a4579c4df1ceb25c1bea34b1e9d11fdfd 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -1,6 +1,6 @@
 %{
 /*
- *  CU sudo version 1.3.8
+ *  CU sudo version 1.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
index d12a25c183ac0a564886363512d0fbeeafa3ca49..ac92d73e8c9a7beda93027470abcbb79d747c39b 100644 (file)
@@ -1,6 +1,6 @@
 %{
 /*
- *  CU sudo version 1.3.8
+ *  CU sudo version 1.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
index 6f85ae0a2328082fe8940427397475290899366e..a1f153df6260581d99ed1056a06b534cb8ec5586 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.8
+ *  CU sudo version 1.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.3.8";
+static char version[] = "1.4";
 
 #endif /* _SUDO_VERSION_H */