summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-22 13:55:07 +0100
committerMatt Caswell <matt@openssl.org>2020-09-22 13:55:07 +0100
commitf123043faa15965c34947670ff3d3a7005d6bdb4 (patch)
tree70c3726120fdf2f214578fb0a79d201745d50c57 /include
parent24a535eaf0f7fac31302027370720e3de3aba17b (diff)
Prepare for 1.1.1h releaseOpenSSL_1_1_1h
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 e6b5825b81..7cf31d3625 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 0x10101080L
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1h-dev xx XXX xxxx"
+# define OPENSSL_VERSION_NUMBER 0x1010108fL
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1h 22 Sep 2020"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)