summaryrefslogtreecommitdiffstats
path: root/include/openssl/opensslv.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-02-16 15:24:11 +0000
committerMatt Caswell <matt@openssl.org>2021-02-16 15:24:11 +0000
commit97149c8219189c1bb61d36bfcd511956caeb4771 (patch)
treee294b88a41f485d6e65b528a42850e3f7140bf1b /include/openssl/opensslv.h
parent52c587d60be67c337364b830dd3fdc15404a2f04 (diff)
Prepare for 1.1.1k-dev
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include/openssl/opensslv.h')
-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 cd5c23217a..48c54fe673 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 0x101010afL
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1j 16 Feb 2021"
+# define OPENSSL_VERSION_NUMBER 0x101010b0L
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1k-dev xx XXX xxxx"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)