From: Todd C. Miller Date: Tue, 11 Jul 1995 18:52:21 +0000 (+0000) Subject: ++version X-Git-Tag: SUDO_1_4_0~299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17b7225c7d30e38d75997013f837ef3e8c50d9be;p=sudo ++version --- diff --git a/Makefile.in b/Makefile.in index aee760b5d..114f78037 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.3 +VERSION = 1.3.4 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 44ce25489..f65800e53 100644 --- a/version.h +++ b/version.h @@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static char version[] = "1.3.3"; +static char version[] = "1.3.4"; #endif /* _SUDO_VERSION_H */