From cfc33ae618a4ae5a4a6eb60cd257b61cc4b0b16f Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 28 Aug 2015 16:38:19 +0000 Subject: Bump LibreSSL version number to 2.2.3 in 5.8 release branch. Requested by bcook@ for libressl portable. --- src/lib/libssl/src/crypto/opensslv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl') diff --git a/src/lib/libssl/src/crypto/opensslv.h b/src/lib/libssl/src/crypto/opensslv.h index 574b683545..6198f2bc60 100644 --- a/src/lib/libssl/src/crypto/opensslv.h +++ b/src/lib/libssl/src/crypto/opensslv.h @@ -1,10 +1,10 @@ -/* $OpenBSD: opensslv.h,v 1.30 2015/07/16 22:36:50 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.30.4.1 2015/08/28 16:38:19 jsing Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x20020002L -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.2" +#define LIBRESSL_VERSION_NUMBER 0x20020003L +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.3" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- cgit v1.2.3-55-g6feb