diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2017-08-12 21:47:24 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2017-08-12 21:47:24 +0000 |
commit | f973e7a60c9f2cc8730e3e6366a134e5eac640a7 (patch) | |
tree | b097d678c40f9062139c840f49377e20d946b2a5 /lib/libcrypto/opensslv.h | |
parent | f4b06f62dbec1e432286ba4ecefe3ed67f6998ef (diff) |
bump to 2.6.1
Diffstat (limited to 'lib/libcrypto/opensslv.h')
-rw-r--r-- | lib/libcrypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h index 90dcc479ff9..a12851918a7 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,10 +1,10 @@ -/* $OpenBSD: opensslv.h,v 1.40 2017/04/06 10:38:24 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.41 2017/08/12 21:47:23 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x2060000fL -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.6.0" +#define LIBRESSL_VERSION_NUMBER 0x2060100fL +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.6.1" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |