summaryrefslogtreecommitdiffstats
path: root/include/openssl/opensslv.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-02-26 14:17:50 +0000
committerMatt Caswell <matt@openssl.org>2019-02-26 14:17:50 +0000
commit69fc126cfdc0171eaf57a91959beda548247b94b (patch)
treea589dd272bcb06a0cdb7e264694f20dfad91de84 /include/openssl/opensslv.h
parent50eaac9f3337667259de725451f201e784599687 (diff)
Prepare for 1.1.1c-dev
Reviewed-by: Richard Levitte <levitte@openssl.org>
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 a4aa45bd24..b4b255acb3 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 0x1010102fL
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1b 26 Feb 2019"
+# define OPENSSL_VERSION_NUMBER 0x10101030L
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1c-dev xx XXX xxxx"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)