summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 16:12:26 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 16:12:26 +0000
commit4ac0329582829f5378d8078c8d314ad37db87736 (patch)
tree9760227255130d0710b138fc5b973b35646533b9
parent51e647f6e50d16582838eec51eafe503413c4af7 (diff)
Prepare for 1.0.2 releaseOpenSSL_1_0_2
Reviewed-by: Stephen Henson <steve@openssl.org>
-rw-r--r--CHANGES2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--crypto/opensslv.h6
4 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 8833a4c3f8..b5b3dd20f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 1.0.1l and 1.0.2 [xx XXX xxxx]
+ Changes between 1.0.1l and 1.0.2 [22 Jan 2015]
*) SRTP Memory Leak.
diff --git a/NEWS b/NEWS
index d8f5986455..35f3e3f717 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@
This file gives a brief overview of the major changes between each OpenSSL
release. For more details please read the CHANGES file.
- Major changes between OpenSSL 1.0.1l and OpenSSL 1.0.2 [in beta]:
+ Major changes between OpenSSL 1.0.1l and OpenSSL 1.0.2 [22 Jan 2015]:
o Suite B support for TLS 1.2 and DTLS 1.2
o Support for DTLS 1.2
diff --git a/README b/README
index 1f0c706edf..7878f38e6e 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.2-beta4-dev
+ OpenSSL 1.0.2 22 Jan 2015
Copyright (c) 1998-2011 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 55709457d6..e277caee89 100644
--- a/crypto/opensslv.h
+++ b/crypto/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 0x10002004L
+# define OPENSSL_VERSION_NUMBER 0x1000200fL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta4-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-fips 22 Jan 2015"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta4-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2 22 Jan 2015"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT