summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2007-10-11 14:58:15 +0000
committerBen Laurie <ben@openssl.org>2007-10-11 14:58:15 +0000
commitdd002667573c619e11f89be64bb963c003d1f7af (patch)
tree7cb79a04e12d5709106e04cb65aabbe8089d564f /crypto/opensslv.h
parentbb99ce5f805b706b4dd561eaca2ee6a9945c485a (diff)
Ready to roll.
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 8dc1ef545a..02db6909fd 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 0x00908060L
+#define OPENSSL_VERSION_NUMBER 0x0090806fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-fips-dev xx XXXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-fips xx XXXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-dev xx XXXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f xx XXXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT