summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-21 14:58:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-21 14:58:57 +0000
commitef6b25be635a21cba91f03f2498da8e61e1d97ff (patch)
tree8c15c06393b4d17e52d77b2c51d31e098f514f56
parentb452f43322d1a39cc23526948fe67918f0a034a7 (diff)
Beta 2 preparation.
-rw-r--r--README2
-rw-r--r--crypto/opensslv.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 94fc2cdc9c..7402060258 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.0-beta2-dev xx XXX xxxx
+ OpenSSL 1.0.0-beta2 21 Apr 2009
Copyright (c) 1998-2008 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index df20991063..d85775cbd5 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -27,9 +27,9 @@
*/
#define OPENSSL_VERSION_NUMBER 0x10000002L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta2-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta2 21 Apr 2009"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta2-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta2 21 Apr 2009"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT