aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2016-01-14 15:27:14 +0100
committerRichard Levitte <richard@levitte.org>2016-01-14 15:27:14 +0100
commitc60ebfdc0860458e2a24d86760a7d686cfe1f995 (patch)
tree702118577b5b5041ff4c1463cc06a91bfc42f6ec
parentbd31d02e412f80f53073a1eb776dffe06ac91746 (diff)
downloadopenssl-c60ebfdc0860458e2a24d86760a7d686cfe1f995.zip
openssl-c60ebfdc0860458e2a24d86760a7d686cfe1f995.tar.gz
openssl-c60ebfdc0860458e2a24d86760a7d686cfe1f995.tar.bz2
Prepare for 1.1.0-pre3-dev
Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--README2
-rw-r--r--include/openssl/opensslv.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index c6e8535..8785b0c 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.1.0-pre2 (alpha) 14 Jan 2016
+ OpenSSL 1.1.0-pre3-dev
Copyright (c) 1998-2016 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h
index 479743d..da093d6 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 0x10100002L
+# define OPENSSL_VERSION_NUMBER 0x10100003L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2-fips (alpha) 14 Jan 2016"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2 (alpha) 14 Jan 2016"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3-dev xx XXX xxxx"
# endif
/*-