diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2017-09-26 14:23:21 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2017-09-26 14:23:21 +0000 |
commit | bd2204cc91e7e6417d80dc1a031fdb193bb0d5ad (patch) | |
tree | fe44a1ab9b97b435d4d5d35dbe24b4beb14b16e3 /lib | |
parent | d57586d3ec42f6b975594e575dca87bcaccbb8a7 (diff) |
bump version in advance of final release
Diffstat (limited to 'lib')
-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 5ba05130f47..c918a33b80f 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,10 +1,10 @@ -/* $OpenBSD: opensslv.h,v 1.42 2017/09/26 00:55:13 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.43 2017/09/26 14:23:20 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x2060200fL -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.6.2" +#define LIBRESSL_VERSION_NUMBER 0x2060300fL +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.6.3" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |