diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-08 20:55:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-08 20:55:06 +0000 |
commit | 92123554d19cb1b6fc10adb7a5118fc02e564f19 (patch) | |
tree | 687b2eff704de725c6c3a652d3685161a42b05e1 /usr.bin/sudo/version.h | |
parent | f940b35d4f2435bd7761e186e78d67bf5df8b44c (diff) |
Update to 1.6.7p5
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 306d639c52f..f0c9ac1fe5f 100644 --- a/usr.bin/sudo/version.h +++ b/usr.bin/sudo/version.h @@ -41,6 +41,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.7p4"; +static const char version[] = "1.6.7p5"; #endif /* _SUDO_VERSION_H */ |