From 18dee8405fc309b929f9e8b1b5f6f42dce131b3e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 2 May 1995 03:34:44 +0000 Subject: [PATCH] ++version --- Makefile.in | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 64de6eabd..01d2f2325 100644 --- a/Makefile.in +++ b/Makefile.in @@ -100,7 +100,7 @@ LIBOBJS = @TGETPASS@ @LIBOBJS@ HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h -VERSION = 1.3.1pl5b3 +VERSION = 1.3.1pl5b4 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \ PORTING README RUNSON TROUBLESHOOTING Makefile.in acsite.m4 \ diff --git a/version.h b/version.h index 8f350464d..ec54c2da2 100644 --- a/version.h +++ b/version.h @@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static char version[] = "1.3.1pl5b3"; +static char version[] = "1.3.1pl5b4"; #endif /* _SUDO_VERSION_H */ -- 2.49.0