summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-02-24 13:51:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-02-24 13:51:34 +0000
commit94f416601754dbe65e287f8e1eca01fa32f74a7a (patch)
tree9ca1bdbab629cd948c2990bfa8ee7efd33fcad54 /crypto/opensslv.h
parenta74c9c9e1056a228108977caecd5da32ba17afda (diff)
Prepare for 1.0.2-beta1 releaseOpenSSL_1_0_2-beta1
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 8018290cc9..a687234ca3 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -27,9 +27,9 @@
*/
#define OPENSSL_VERSION_NUMBER 0x10002001L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta1-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta1-fips 24 Feb 2014"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta1-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta1 24 Feb 2014"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT