X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fopensslv.h;h=54ae4105637ad81d2ca0bab1c43b45e882e9916a;hp=3c0bd9d4f1ac14cfb7d739ae22d97e7b91d9e268;hb=60ed228e71b5c8cd7f596637b88836e17fe3df5a;hpb=6b6596202b54458b7ade4edbe39f1af74edd2db8 diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 3c0bd9d4f1..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 0x00903001L -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.3beta1 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 */