diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 1998-11-20 23:33:52 +0000 |
---|---|---|
committer | Todd C. Miller <Todd.Miller@courtesan.com> | 1998-11-20 23:33:52 +0000 |
commit | 77d0ada9b2b6b3261bccf8f84127d1c9521c827a (patch) | |
tree | 4faf46f921122041d826ffc9b35d3f7cbb6fcf58 /version.h | |
parent | fe56501500228965c8eb29a7a61c91bc769449a6 (diff) | |
download | sudo-77d0ada9b2b6b3261bccf8f84127d1c9521c827a.tar.gz |
1.5.7
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.6 + * CU sudo version 1.5.7 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static char version[] = "1.5.6"; +static const char version[] = "1.5.7"; #endif /* _SUDO_VERSION_H */ |