2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

Crank version

This commit is contained in:
Todd C. Miller 2000-08-13 21:10:00 +00:00
parent fafefc1df9
commit 87ccf62b70
3 changed files with 2 additions and 4 deletions

View File

@ -78,8 +78,6 @@ SHELL = /bin/sh
PROGS = sudo visudo
VERSION = 1.6.1
all: $(PROGS)
@echo run 'make install' to install sudo

View File

@ -137,7 +137,7 @@ TESTOBJS = interfaces.o testsudoers.o $(PARSEOBJS)
LIBOBJS = @LIBOBJS@ @ALLOCA@
VERSION = 1.6.3
VERSION = 1.6.4
DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES FAQ HISTORY INSTALL INSTALL.configure \
LICENSE Makefile.in PORTING README RUNSON TODO TROUBLESHOOTING \

View File

@ -37,6 +37,6 @@
#ifndef _SUDO_VERSION_H
#define _SUDO_VERSION_H
static const char version[] = "1.6.3";
static const char version[] = "1.6.4";
#endif /* _SUDO_VERSION_H */