diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2015-09-27 18:09:52 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2015-09-27 18:09:52 +0000 |
commit | 41031d314efe349b790c05d47fda52dd65107596 (patch) | |
tree | b374bab47eb82331deca1336ea2be97a80923c65 | |
parent | 7660c3d28322af77289e95c1315a4cc84185bd06 (diff) |
bump to 2.3.1
-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 27863f0fc0a..ecf6049168e 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,10 +1,10 @@ -/* $OpenBSD: opensslv.h,v 1.31 2015/08/20 00:15:32 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.32 2015/09/27 18:09:51 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H /* These will change with each release of LibreSSL-portable */ -#define LIBRESSL_VERSION_NUMBER 0x20030000L -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.0" +#define LIBRESSL_VERSION_NUMBER 0x20030001L +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.3.1" /* These will never change */ #define OPENSSL_VERSION_NUMBER 0x20000000L |