2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

version++

This commit is contained in:
Todd C. Miller
1995-06-26 18:24:00 +00:00
parent c968379171
commit 1656c457a6
2 changed files with 2 additions and 2 deletions

View File

@@ -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.2
VERSION = 1.3.3
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.2";
static char version[] = "1.3.3";
#endif /* _SUDO_VERSION_H */