openssl: change SHLIB_VERSION_NUMBER to reflect the reality
Some consumers actually use this definition. We probably need some procedure to ensure that SHLIB_VERSION_NUMBER is updated whenever we change the library version in secure/lib/libssl/Makefile.
This commit is contained in:
parent
484149def8
commit
056f620e09
@ -88,7 +88,7 @@ extern "C" {
|
||||
* should only keep the versions that are binary compatible with the current.
|
||||
*/
|
||||
# define SHLIB_VERSION_HISTORY ""
|
||||
# define SHLIB_VERSION_NUMBER "7"
|
||||
# define SHLIB_VERSION_NUMBER "8"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user