summaryrefslogtreecommitdiffstats
path: root/include/openssl/opensslv.h
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-05-30 14:43:18 +0200
committerTomas Mraz <tomas@openssl.org>2023-05-30 14:43:18 +0200
commitfe824ce0c5d51e7e7cf36c31db6c49c1c0c04a25 (patch)
tree9b6ba68169aa8abec578c3e336fd6f73a488ff32 /include/openssl/opensslv.h
parent70c2912f635aac8ab28629a2b5ea0c09740d2bda (diff)
Prepare for 1.1.1v
Reviewed-by: Richard Levitte <levitte@openssl.org> Release: yes
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 5ed047d11b..8aad4441cb 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 0x1010115fL
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1u 30 May 2023"
+# define OPENSSL_VERSION_NUMBER 0x10101160L
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1v-dev xx XXX xxxx"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)