diff options
author | Ben Laurie <ben@openssl.org> | 1999-05-20 19:57:53 +0000 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-05-20 19:57:53 +0000 |
commit | 60ed228e71b5c8cd7f596637b88836e17fe3df5a (patch) | |
tree | c9260a62ad377776785227344c67331db040f656 /crypto/opensslv.h | |
parent | c1c96de01c5a9bd1b715f6968bf9972141c2ade6 (diff) | |
download | openssl-new-60ed228e71b5c8cd7f596637b88836e17fe3df5a.tar.gz |
On seconds thoughts, the version number shoud _never_ decrease.
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r-- | crypto/opensslv.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 1343e8b278..54ae410563 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -4,15 +4,17 @@ /* Numeric release version identifier: * MMNNFFRBB: major minor fix final beta/patch * For example: - * 0.9.3-dev 0x00903000 - * 0.9.3beta1 0x00903001 - * 0.9.3 0x00903100 - * 0.9.3a 0x00903101 - * 1.2.3z 0x1020311a + * 0.9.3-dev 0x00903000 + * 0.9.3beta1 0x00903001 + * 0.9.3beta2-dev 0x00903002 + * 0.9.3beta2 0x00903002 + * 0.9.3 0x00903100 + * 0.9.3a 0x00903101 + * 1.2.3z 0x1020311a * (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.) */ -#define OPENSSL_VERSION_NUMBER 0x00903000L -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.3-dev 20 May 1999" +#define OPENSSL_VERSION_NUMBER 0x00903002L +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.3beta2-dev 20 May 1999" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT #endif /* HEADER_OPENSSLV_H */ |