summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-09-15 14:26:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-09-15 14:26:34 +0000
commit0a4fda742b243025933b57ae4f931224722e0d22 (patch)
tree28e87e3b2a1c9c05ebb89619388f26d0d19db6d7
parent3745e57bf96a0a2d9a07d74a9035a0b4d4ad3b6a (diff)
downloadopenssl-new-OpenSSL_0_9_8i.tar.gz
Oops... use correct version number this time....OpenSSL_0_9_8i
-rw-r--r--CHANGES4
-rw-r--r--crypto/opensslv.h6
2 files changed, 3 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 01b67ea68e..72cc168f6a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,10 +2,6 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.8i and 0.9.8j [xx XXX xxxx]
-
- *)
-
Changes between 0.9.8h and 0.9.8i [15 Sep 2008]
*) Fix a state transitition in s3_srvr.c and d1_srvr.c
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 051d126498..5bdd370ac9 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 0x00908090L
+#define OPENSSL_VERSION_NUMBER 0x0090809fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i-fips 15 Sep 2008"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i 15 Sep 2008"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT