diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2015-05-23 21:09:47 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2015-05-23 21:09:47 +0000 |
commit | cc168d158ea1fb798460ff4c57bba6018e8dc95a (patch) | |
tree | 664f96d14f2f1c7b93f27e017c6028684c0606b6 /lib | |
parent | 561dbb1b535d253daa6dbd608cd5d7a994852a9d (diff) |
bump to version 2.2
ok deraadt@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/opensslv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/opensslv.h b/lib/libcrypto/opensslv.h index 33b2293bbed..acd81bf7fb4 100644 --- a/lib/libcrypto/opensslv.h +++ b/lib/libcrypto/opensslv.h @@ -1,10 +1,10 @@ -/* $OpenBSD: opensslv.h,v 1.28 2014/10/14 13:12:35 bcook Exp $ */ +/* $OpenBSD: opensslv.h,v 1.29 2015/05/23 21:09:46 bcook Exp $ */ #ifndef HEADER_OPENSSLV_H #define HEADER_OPENSSLV_H #define LIBRESSL_VERSION_NUMBER 0x20000000L #define OPENSSL_VERSION_NUMBER 0x20000000L -#define OPENSSL_VERSION_TEXT "LibreSSL 2.1" +#define OPENSSL_VERSION_TEXT "LibreSSL 2.2" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT #define SHLIB_VERSION_HISTORY "" |