summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-04-10 20:29:08 +0000
committerRichard Levitte <levitte@openssl.org>2003-04-10 20:29:08 +0000
commit27f7d430ce722b5b9ed22b56254e63cfc7ebc737 (patch)
tree194892eae59ecbb4dc8664fb54c1cf56a1655404
parent5964e95c0a5b5aaf64808324927392afb5209343 (diff)
Forgot to code the status bits for release. This file will be
retagged.
-rw-r--r--crypto/opensslv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 63f6d9ae59..08cb1d5018 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 0x00907020L
+#define OPENSSL_VERSION_NUMBER 0x0090702fL
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7b 10 Apr 2003"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT