summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-22 13:55:17 +0100
committerMatt Caswell <matt@openssl.org>2020-09-22 13:55:17 +0100
commit5c2c624e2e8c50368a081fdd5ff8cb33e1124187 (patch)
tree58a7fa9453455fba12585dd8e82f12ff73e59964 /include
parentf123043faa15965c34947670ff3d3a7005d6bdb4 (diff)
downloadopenssl-new-5c2c624e2e8c50368a081fdd5ff8cb33e1124187.tar.gz
Prepare for 1.1.1i-dev
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
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 7cf31d3625..840450e67c 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 0x1010108fL
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1h 22 Sep 2020"
+# define OPENSSL_VERSION_NUMBER 0x10101090L
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1i-dev xx XXX xxxx"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)