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

Bump version

This commit is contained in:
Todd C. Miller
2009-04-18 23:25:38 +00:00
parent 3be603aa47
commit 392edea928
2 changed files with 2 additions and 2 deletions

View File

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

View File

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