From 392edea92819a62fff1bd57c4f330bd4fd8e7e8a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 18 Apr 2009 23:25:38 +0000 Subject: [PATCH] Bump version --- Makefile.in | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b16dd29f1..d892f8a8d 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.1 +VERSION = 1.7.2 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 0a74b0d11..042557d38 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.1"; +static const char version[] = "1.7.2"; #endif /* _SUDO_VERSION_H */ -- 2.40.0