diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 2010-06-01 14:14:45 -0400 |
---|---|---|
committer | Todd C. Miller <Todd.Miller@courtesan.com> | 2010-06-01 14:14:45 -0400 |
commit | b9b1564ba2549246cb6280f7704feb923fbd2494 (patch) | |
tree | baf7a4087a7adc4643ea58a8385ebc7d9e4a7763 /version.h | |
parent | 852c223db6b593aa904a8bf7955f2d83ee7cf44e (diff) | |
download | sudo-1.6.tar.gz |
Update for sudo 1.6.9p231.6
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,6 +21,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.9p22"; +static const char version[] = "1.6.9p23"; #endif /* _SUDO_VERSION_H */ |