From 77176cafa2be3bc2dfde9d1c40478598461ba55a Mon Sep 17 00:00:00 2001 From: bcook <> Date: Fri, 4 Dec 2015 13:45:01 +0000 Subject: Bump LibreSSL version number to 2.2.5 in 5.8 release branch. --- src/lib/libssl/src/crypto/opensslv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/src/crypto/opensslv.h b/src/lib/libssl/src/crypto/opensslv.h index a70d07a8df..a41b527d19 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.2 2015/10/15 21:05:41 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.30.4.3 2015/12/04 13:45:01 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x20020004L -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.4" +#define LIBRESSL_VERSION_NUMBER 0x20020005L +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.5" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -- cgit v1.2.3-55-g6feb