summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-05-18 04:14:22 +0000
committerRichard Levitte <levitte@openssl.org>2005-05-18 04:14:22 +0000
commit4104a57107cb55bc7e99a832875f9fd93168eacc (patch)
tree0eae7bbc0591f52afd66cde56f5f29fd0a5301f9
parentb0c0f200712ea51b6442fa0d496a6e0088017890 (diff)
downloadopenssl-new-4104a57107cb55bc7e99a832875f9fd93168eacc.tar.gz
OpenSSL 0.9.8 has just entered beta status. Not quite releasing yet,
since I need to write a NEWS entry. This means we're in feature freeze. HEAD is now 0.9.9-dev.
-rw-r--r--STATUS5
-rw-r--r--crypto/opensslv.h6
2 files changed, 6 insertions, 5 deletions
diff --git a/STATUS b/STATUS
index 0fff68da97..d3273dd9e2 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2005/04/25 21:42:14 $
+ ______________ $Date: 2005/05/18 04:14:21 $
DEVELOPMENT STATE
- o OpenSSL 0.9.8: Under development...
+ o OpenSSL 0.9.9: Under development...
+ o OpenSSL 0.9.8: In beta...
o OpenSSL 0.9.7g: Released on April 11th, 2005
o OpenSSL 0.9.7f: Released on March 22nd, 2005
o OpenSSL 0.9.7e: Released on October 25th, 2004
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 1dd3280798..b18b0c8040 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 0x00908000L
+#define OPENSSL_VERSION_NUMBER 0x00908001L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-fips-dev XX xxx XXXX"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-fips-beta1-dev XX xxx XXXX"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-dev XX xxx XXXX"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-beta1-dev XX xxx XXXX"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT