From ffdbc16e1a1bb5830a23e08a1fa29ad0afd7735f Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 16 Jul 2015 22:36:51 +0000 Subject: Bump LIBRESSL_VERSION defines. Moving forward, software should expect that LIBRESSL_VERSION_TEXT and LIBRESSL_VERSION_NUMBER will increment for each LibreSSL-portable release. ok deraadt@, beck@ --- lib/libcrypto/opensslv.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'lib/libcrypto/opensslv.h') diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h index acd81bf7fb4..574b6835454 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,10 +1,14 @@ -/* $OpenBSD: opensslv.h,v 1.29 2015/05/23 21:09:46 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.30 2015/07/16 22:36:50 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H -#define LIBRESSL_VERSION_NUMBER 0x20000000L +/* These will change with each release of LibreSSL-portable */ +#define LIBRESSL_VERSION_NUMBER 0x20020002L +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.2" + +/* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L -#define OPENSSL_VERSION_TEXT "LibreSSL 2.2" +#define OPENSSL_VERSION_TEXT LIBRESSL_VERSION_TEXT #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT #define SHLIB_VERSION_HISTORY "" -- cgit v1.2.3