diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-11-29 17:29:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-11-29 17:29:06 +0000 |
commit | 887b2e6937e815db5231f7034b62000521077840 (patch) | |
tree | 462df6452caec120127f9d5be53df1aeb20e13f2 /usr.bin/sudo/version.h | |
parent | fb632683a18d1b7eb7185cb786fb306b69e3862b (diff) |
update to sudo 1.6.8p5
Diffstat (limited to 'usr.bin/sudo/version.h')
-rw-r--r-- | usr.bin/sudo/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sudo/version.h b/usr.bin/sudo/version.h index 44b5b9cd792..3f06dfbc986 100644 --- a/usr.bin/sudo/version.h +++ b/usr.bin/sudo/version.h @@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.8p4"; +static const char version[] = "1.6.8p5"; #endif /* _SUDO_VERSION_H */ |