From 6920f0b0227a41ff830c87d43878f2b48fca429e Mon Sep 17 00:00:00 2001 From: bcook <> Date: Thu, 15 Oct 2015 21:05:41 +0000 Subject: Bump LibreSSL version number to 2.2.4 in 5.8 release branch. --- 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 6198f2bc60..a70d07a8df 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.4.1 2015/08/28 16:38:19 jsing Exp $ */ +/* $OpenBSD: opensslv.h,v 1.30.4.2 2015/10/15 21:05:41 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x20020003L -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.3" +#define LIBRESSL_VERSION_NUMBER 0x20020004L +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.4" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- cgit v1.2.3-55-g6feb