summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-03-25 12:08:14 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-03-25 12:08:14 +0000
commit15d3cd468071eff6d79bfb3d0699cb5f634db2fd (patch)
tree7b2498e3f1645cad2815aef5763e15e55968e83e /crypto/opensslv.h
parentda4fb3cb39a1e33e332a1c7c959d4f035f0f60a6 (diff)
Aaargh.... wrong version number....
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index a40d4e904a..c6207f76b2 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,7 +25,7 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-#define OPENSSL_VERSION_NUMBER 0x009080b0L
+#define OPENSSL_VERSION_NUMBER 0x009080bfL
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8k-fips 25 Mar 2009"
#else