summaryrefslogtreecommitdiffstats
path: root/include/openssl/opensslv.h
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2016-02-15 19:37:42 +0100
committerRichard Levitte <richard@levitte.org>2016-02-15 19:37:42 +0100
commitc4fb3b3942598fe7a2bed06710ed6e30e4f6f419 (patch)
tree9d439aa94fd1f1c08b573904f5b47124fc94d50a /include/openssl/opensslv.h
parentc2bbf058736b8cb5b32e78a50d1410fa34cc8284 (diff)
Prepare for 1.1.0-pre4-dev
Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'include/openssl/opensslv.h')
-rw-r--r--include/openssl/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h
index 3076570232..05ea50df56 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -30,11 +30,11 @@ 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 0x10100003L
+# define OPENSSL_VERSION_NUMBER 0x10100004L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3-fips (alpha) 15 Feb 2016"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre4-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3 (alpha) 15 Feb 2016"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre4-dev xx XXX xxxx"
# endif
/*-