diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 1996-08-18 16:52:26 +0000 |
---|---|---|
committer | Todd C. Miller <Todd.Miller@courtesan.com> | 1996-08-18 16:52:26 +0000 |
commit | 5560a0a946a1e7b384249c3c343b2400d6b88c7d (patch) | |
tree | 7161c6595b80892f6018a0bc8c5120d64cea1513 /version.h | |
parent | 8c3c3294364f47c4ae83b1947e6e157d7c0c1f7d (diff) | |
download | sudo-5560a0a946a1e7b384249c3c343b2400d6b88c7d.tar.gz |
++version
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.4.4 + * CU sudo version 1.5 * * 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.4.4"; +static char version[] = "1.4.5"; #endif /* _SUDO_VERSION_H */ |