mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 07:53:50 +08:00
Switch to new version numbering scheme.
This commit is contained in:
parent
15a99e3d9d
commit
e90c772946
@ -1,8 +1,17 @@
|
||||
#ifndef HEADER_OPENSSLV_H
|
||||
#define HEADER_OPENSSLV_H
|
||||
|
||||
#define OPENSSL_VERSION_NUMBER 0x0923 /* Version 0.9.1c is 0913 */
|
||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.2c 01 Apr 1999"
|
||||
/* 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
|
||||
*/
|
||||
#define OPENSSL_VERSION_NUMBER 0x00903000L
|
||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.3-dev 19 May 1999"
|
||||
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
||||
|
||||
#endif /* HEADER_OPENSSLV_H */
|
||||
|
Loading…
Reference in New Issue
Block a user