From fa44550322268dcb231250c764bbfca9ead21d10 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 18 Jun 1995 19:27:39 +0000 Subject: updated version --- Makefile.in | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 846faeea3..283c09800 100644 --- a/Makefile.in +++ b/Makefile.in @@ -104,7 +104,7 @@ LIBOBJS = @TGETPASS@ @LIBOBJS@ HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h \ ins_2001.h ins_classic.h ins_goons.h -VERSION = 1.3.1pl5b4 +VERSION = 1.3.2 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 ec54c2da2..d9131d25f 100644 --- a/version.h +++ b/version.h @@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static char version[] = "1.3.1pl5b4"; +static char version[] = "1.3.2"; #endif /* _SUDO_VERSION_H */ -- cgit v1.2.1