++version

This commit is contained in:
Todd C. Miller
1995-07-11 18:52:21 +00:00
parent 8d2e68cbb2
commit 17b7225c7d
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ LIBOBJS = @TGETPASS@ @LIBOBJS@
HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h \ HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h \
ins_2001.h ins_classic.h ins_goons.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 \ DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
PORTING README RUNSON TROUBLESHOOTING Makefile.in acsite.m4 \ PORTING README RUNSON TROUBLESHOOTING Makefile.in acsite.m4 \

View File

@@ -23,6 +23,6 @@
#ifndef _SUDO_VERSION_H #ifndef _SUDO_VERSION_H
#define _SUDO_VERSION_H #define _SUDO_VERSION_H
static char version[] = "1.3.3"; static char version[] = "1.3.4";
#endif /* _SUDO_VERSION_H */ #endif /* _SUDO_VERSION_H */