diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 2002-01-16 21:26:27 +0000 |
---|---|---|
committer | Todd C. Miller <Todd.Miller@courtesan.com> | 2002-01-16 21:26:27 +0000 |
commit | bc68358a0e852d67b1da135243ff3c69de1cb027 (patch) | |
tree | cb2a832adb6a92fddb0dd85513463db9776e56d8 /version.h | |
parent | afba6ad315ab9ecceacac964bdd2df1e3d10977a (diff) | |
download | sudo-bc68358a0e852d67b1da135243ff3c69de1cb027.tar.gz |
version 1.6.5
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2000 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1996, 1998-2002 Todd C. Miller <Todd.Miller@courtesan.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -37,6 +37,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.4"; +static const char version[] = "1.6.5"; #endif /* _SUDO_VERSION_H */ |