summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-03-15 14:37:56 +0000
committerMatt Caswell <matt@openssl.org>2022-03-15 14:37:56 +0000
commit60f3fa75945d97ec6f008424d2c5b6b4165fc152 (patch)
tree2772905cf6ee9b38ae7bf6640ba397c1e1ee33c6 /include
parentd82e959e621a3d597f1e0d50ff8c2d8b96915fd7 (diff)
Prepare for 1.1.1o-dev
Reviewed-by: Tomas Mraz <tomas@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 c486264470..561593b4dd 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 0x101010efL
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1n 15 Mar 2022"
+# define OPENSSL_VERSION_NUMBER 0x101010f0L
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1o-dev xx XXX xxxx"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)