summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-04-21 13:24:21 +0100
committerMatt Caswell <matt@openssl.org>2020-04-21 13:24:21 +0100
commit49d391d03c11352eeadec7df39c48d1c83fb164e (patch)
treea4972f4d7cec988e5ee822b05e340d009714ef8d /include
parente2e09d9fba1187f8d6aafaa34d4172f56f1ffb72 (diff)
Prepare for 1.1.1h-dev
Reviewed-by: Richard Levitte <levitte@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 17d271f54c..e6b5825b81 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 0x1010107fL
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1g 21 Apr 2020"
+# define OPENSSL_VERSION_NUMBER 0x10101080L
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1h-dev xx XXX xxxx"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)