2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

++version

This commit is contained in:
Todd C. Miller 1995-04-13 18:32:24 +00:00
parent 97fe29dc97
commit d1136057fe
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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 */