summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-08-06 22:19:10 +0100
committerJanusz Kozerski <j.kozerski@samsung.com>2014-10-20 15:25:34 +0200
commita31b6be09f99555954eada0dab7fb9e5cae2f4c6 (patch)
treeeab48c5e23d6aa794e19be3904aa0a19d8e729a2 /crypto
parent4e40b8f8759020433094dd543e64c67a823aef19 (diff)
downloadopenssl-a31b6be09f99555954eada0dab7fb9e5cae2f4c6.tar.gz
openssl-a31b6be09f99555954eada0dab7fb9e5cae2f4c6.tar.bz2
openssl-a31b6be09f99555954eada0dab7fb9e5cae2f4c6.zip
Prepare for 1.0.1j-dev
Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 2411505..04732b2 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-#define OPENSSL_VERSION_NUMBER 0x1000109fL
+#define OPENSSL_VERSION_NUMBER 0x100010a0L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1i-fips 6 Aug 2014"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1j-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1i 6 Aug 2014"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1j-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT