summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 16:16:24 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 16:16:24 +0000
commit06aab26874279547da6e2c877ad84c849fcb8ac0 (patch)
tree1b29d072c82048915c8a86168a8cd8c15fc453c7 /crypto/opensslv.h
parent4ac0329582829f5378d8078c8d314ad37db87736 (diff)
Prepare for 1.0.2a-dev
Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index e277caee89..f0a9432ece 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 0x1000200fL
+# define OPENSSL_VERSION_NUMBER 0x10002010L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-fips 22 Jan 2015"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2a-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2 22 Jan 2015"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2a-dev xx XXX xxxx"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT