summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-02-26 14:15:30 +0000
committerMatt Caswell <matt@openssl.org>2019-02-26 14:15:30 +0000
commit50eaac9f3337667259de725451f201e784599687 (patch)
tree5481f37a07456d53a2c3040997a44927b33057bc /include
parentab874dfd3e22a7c6ea3d45bc352294546af5afff (diff)
Prepare for 1.1.1b releaseOpenSSL_1_1_1b
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/opensslv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h
index 308091f442..a4aa45bd24 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -39,8 +39,8 @@ extern "C" {
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-# define OPENSSL_VERSION_NUMBER 0x10101020L
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1b-dev xx XXX xxxx"
+# define OPENSSL_VERSION_NUMBER 0x1010102fL
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1b 26 Feb 2019"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)