summaryrefslogtreecommitdiffstats
path: root/include/openssl/opensslv.h
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2016-03-16 18:21:46 +0100
committerRichard Levitte <richard@levitte.org>2016-03-16 18:21:46 +0100
commit37d42aae2e40354ee0c5e077f09c8aed5b3132d2 (patch)
tree9ae91be18817cf47b28593f67f7487e0cef1cb5b /include/openssl/opensslv.h
parente711d13af3e3bee1c6423c27eeb48ad4921d4fc3 (diff)
downloadopenssl-37d42aae2e40354ee0c5e077f09c8aed5b3132d2.tar.gz
Prepare for 1.1.0-pre5-dev
Reviewed-by: Emilia Käsper <emilia@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 73de0233ce..d85d1f3882 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 0x10100004L
+# define OPENSSL_VERSION_NUMBER 0x10100005L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre4-fips (beta) 16 Mar 2016"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre4 (beta) 16 Mar 2016"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre5-dev xx XXX xxxx"
# endif
/*-