diff options
author | Richard Levitte <levitte@openssl.org> | 2000-09-24 17:31:37 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-09-24 17:31:37 +0000 |
commit | c5e8580e7b6edb6626fca6c42e91f9e3992d1f88 (patch) | |
tree | 66aebd1b5ce6b0895d026cc03ef9a4c2d589a8d7 /crypto/opensslv.h | |
parent | 16221173c85e04690b2e445e000de18db19d2425 (diff) | |
download | openssl-new-c5e8580e7b6edb6626fca6c42e91f9e3992d1f88.tar.gz |
Update the status and version number to 0.9.7-dev.
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r-- | crypto/opensslv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 71b53efd51..cf2055280e 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -25,8 +25,8 @@ * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -#define OPENSSL_VERSION_NUMBER 0x0090600fL -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6 24 Sep 2000" +#define OPENSSL_VERSION_NUMBER 0x00907000L +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-dev 24 Sep 2000" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT |