aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2006-09-05 08:34:07 +0000
committerMark J. Cox <mark@openssl.org>2006-09-05 08:34:07 +0000
commit975a7a483f8ea09c7b41b4246aef421c670c4414 (patch)
tree239d545406d8b932b5f5d4fd584e904302d5038e /crypto
parentffa0407233f88a6592828cf668d80f8d9c1242d8 (diff)
downloadopenssl-975a7a483f8ea09c7b41b4246aef421c670c4414.tar.gz
Prepare 0.9.7k releaseOpenSSL_0_9_7k
Diffstat (limited to 'crypto')
-rw-r--r--crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 0765799e86..a0efa49767 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 0x009070b0L
+#define OPENSSL_VERSION_NUMBER 0x009070bfL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7k-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7k-fips 05 Sep 2006"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7k-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7k 05 Sep 2006"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT