From: Todd C. Miller Date: Fri, 20 Nov 1998 23:33:52 +0000 (+0000) Subject: 1.5.7 X-Git-Tag: SUDO_1_5_8~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa0917f9c99e261b1ad517a248c3bd4807dcf43d;p=sudo 1.5.7 --- diff --git a/version.h b/version.h index c9a6af23c..93d56129c 100644 --- a/version.h +++ b/version.h @@ -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 */