From cc766e700146c90727cf54d63a1283543254eb6e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 28 Apr 1996 21:40:19 +0000 Subject: [PATCH] ++version --- Makefile.in | 4 ++-- configure.in | 2 +- version.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index ae85bf5fa..7b4868164 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ diff --git a/configure.in b/configure.in index 7aa9efd52..561ae5794 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/version.h b/version.h index c3a689225..4a97ca6f5 100644 --- 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 */ -- 2.40.0