summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-09-11 16:08:48 +0200
committerTomas Mraz <tomas@openssl.org>2023-09-11 16:08:48 +0200
commitb372b1f76450acdfed1e2301a39810146e28b02c (patch)
tree4abf5efffa9428a4aedea7b715d07eea7c30fed1 /include
parente04bd3433fd84e1861bf258ea37928d9845e6a86 (diff)
Prepare for 1.1.1xOpenSSL_1_1_1-stable
Reviewed-by: Matt Caswell <matt@openssl.org> Release: yes
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 5667d47126..d2c0aaf277 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 0x1010117fL
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1w 11 Sep 2023"
+# define OPENSSL_VERSION_NUMBER 0x10101180L
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1x-dev xx XXX xxxx"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)