From: Todd C. Miller Date: Sun, 1 Mar 2009 01:00:28 +0000 (+0000) Subject: bump version for sudo 1.7.1 X-Git-Tag: SUDO_1_7_1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dff0b6b52a41a25f1a447dc47c5aacf38ef65759;p=sudo bump version for sudo 1.7.1 --- diff --git a/Makefile.in b/Makefile.in index 8ce3ab29f..92f85ba18 100644 --- a/Makefile.in +++ b/Makefile.in @@ -141,7 +141,7 @@ TEST_OBJS = $(COMMON_OBJS) interfaces.o testsudoers.o tsgetgrpw.o tspwutil.o LIB_OBJS = @LIBOBJS@ -VERSION = 1.7.0 +VERSION = 1.7.1 DISTFILES = $(SRCS) $(HDRS) ChangeLog HISTORY INSTALL INSTALL.configure \ LICENSE Makefile.in PORTING README README.LDAP TROUBLESHOOTING \ diff --git a/version.h b/version.h index ee20f7d4d..0a74b0d11 100644 --- a/version.h +++ b/version.h @@ -24,6 +24,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.7.0"; +static const char version[] = "1.7.1"; #endif /* _SUDO_VERSION_H */