diff options
author | Matt Caswell <matt@openssl.org> | 2015-01-22 16:12:26 +0000 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2015-01-22 16:12:26 +0000 |
commit | 4ac0329582829f5378d8078c8d314ad37db87736 (patch) | |
tree | 9760227255130d0710b138fc5b973b35646533b9 /crypto/opensslv.h | |
parent | 51e647f6e50d16582838eec51eafe503413c4af7 (diff) | |
download | openssl-new-4ac0329582829f5378d8078c8d314ad37db87736.tar.gz |
Prepare for 1.0.2 releaseOpenSSL_1_0_2
Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r-- | crypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |