diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2012-02-09 20:00:19 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2012-02-09 20:00:19 +0000 |
commit | 96bec6bae636b6e834007da99291880fd54fc498 (patch) | |
tree | f1e7d5ad059c963b288be5cdf7da2df91198684d /usr.bin/ssh | |
parent | c182b3d56a716c36bd03dbb4fb493fbd15fcd3c5 (diff) |
move from 6.0-beta to 6.0
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/version.h b/usr.bin/ssh/version.h index c2d352ef187..c9b24decc77 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.63 2011/09/23 07:45:05 markus Exp $ */ +/* $OpenBSD: version.h,v 1.64 2012/02/09 20:00:18 markus Exp $ */ -#define SSH_VERSION "OpenSSH_6.0-beta" +#define SSH_VERSION "OpenSSH_6.0" |