diff --git a/Makefile.in b/Makefile.in index 5ea1ceefa..263279ec6 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.1pl5b2 +VERSION = 1.3.1pl5b3 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 8905dce99..8f350464d 100644 --- a/version.h +++ b/version.h @@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static char version[] = "1.3.1pl5b2"; +static char version[] = "1.3.1pl5b3"; #endif /* _SUDO_VERSION_H */