openssl: change SHLIB_VERSION_NUMBER to reflect the reality

Note: I timed out waiting for an exp-run for this change but I survived
having it locally for quite a long time.

MFC after:	1 month
X-MFC note:	SHLIB_MAJOR is 6 in stable/8 and stable/9
This commit is contained in:
Andriy Gapon 2012-09-11 06:10:49 +00:00
parent 8801556beb
commit ff065ad3b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240339

View File

@ -83,7 +83,7 @@
* should only keep the versions that are binary compatible with the current.
*/
#define SHLIB_VERSION_HISTORY ""
#define SHLIB_VERSION_NUMBER "1.0.0"
#define SHLIB_VERSION_NUMBER "7"
#endif /* HEADER_OPENSSLV_H */