From: Todd C. Miller Date: Wed, 16 Jan 2002 21:26:27 +0000 (+0000) Subject: version 1.6.5 X-Git-Tag: SUDO_1_6_5~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d48d93a7b9efc59eddfa3361852ead5ec682870;p=sudo version 1.6.5 --- diff --git a/version.h b/version.h index 2dfd0657e..18e47c260 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2000 Todd C. Miller + * Copyright (c) 1996, 1998-2002 Todd C. Miller * 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 */