diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 1996-02-22 22:06:37 +0000 |
---|---|---|
committer | Todd C. Miller <Todd.Miller@courtesan.com> | 1996-02-22 22:06:37 +0000 |
commit | 688043909ce609eea27c2d9a75535125978b5bad (patch) | |
tree | b8a8a9fa021f77b5fac6d47e3aeeb34f45a2d66a /version.h | |
parent | a0169951f1ee7cc8977e3118641f0d330cf791b3 (diff) | |
download | sudo-688043909ce609eea27c2d9a75535125978b5bad.tar.gz |
++version
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static char version[] = "1.4.1"; +static char version[] = "1.4.2"; #endif /* _SUDO_VERSION_H */ |