summaryrefslogtreecommitdiff
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
parent5135d6b985e40dba5674bd544337a7a9d4a05504 (diff)
downloadopenssl-new-65fc4c55bea222e4ba542b383a32bdc7534e058b.tar.gz
Preparation for beta3 release.OpenSSL_1_0_0-beta3
-rw-r--r--README2
-rw-r--r--STATUS3
-rw-r--r--crypto/opensslv.h4
3 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 6b9d46e3b3..110dcf4b97 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.0-beta3 xx XXX xxxx
+ OpenSSL 1.0.0-beta3 15 Jul 2009
Copyright (c) 1998-2008 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index 20d858f807..c795710fcc 100644
--- a/STATUS
+++ b/STATUS
@@ -1,9 +1,10 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2009/04/21 15:19:15 $
+ ______________ $Date: 2009/07/15 11:37:45 $
DEVELOPMENT STATE
+ o OpenSSL 1.0.0-beta3: Released on July 15th, 2009
o OpenSSL 1.0.0-beta2: Released on April 21st, 2009
o OpenSSL 1.0.0-beta1: Released on April 1st, 2009
o OpenSSL 0.9.8h: Released on May 28th, 2008
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