summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-03-31 13:19:19 +0100
committerMatt Caswell <matt@openssl.org>2020-03-31 13:19:19 +0100
commitce843e36d65e22e5681e8b81301f1ebd045c3109 (patch)
tree375e6a9b7a677febf301f79e8c881edb9c48918c /include
parent36eadf1f84daa965041cce410b4ff32cbda4ef08 (diff)
Prepare for 1.1.1g-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 8c697f5f7a..3e4c167af1 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 0x1010106fL
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1f 31 Mar 2020"
+# define OPENSSL_VERSION_NUMBER 0x10101070L
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1g-dev xx XXX xxxx"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)