summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-15 11:37:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-15 11:37:45 +0000
commit65fc4c55bea222e4ba542b383a32bdc7534e058b (patch)
tree3e26da2cc7fb329d2a73fef33dd5c2af9dd27e2d /crypto/opensslv.h
parent5135d6b985e40dba5674bd544337a7a9d4a05504 (diff)
Preparation for beta3 release.OpenSSL_1_0_0-beta3
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 fce4098ea9..6fb87a27c3 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -27,9 +27,9 @@
*/
#define OPENSSL_VERSION_NUMBER 0x10000003L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta3-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta3 15 Jul 2009"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta3-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta3 15 Jul 2009"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT