diff options
author | avg <avg@FreeBSD.org> | 2012-09-11 06:10:49 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2012-09-11 06:10:49 +0000 |
commit | 4267c6aa52efff45ea9c00e64149cad3242786bd (patch) | |
tree | f71f29b770a642af20120e0b3e63fac361582182 /crypto/openssl | |
parent | 232b6c98b4c0a688d4d2a332aa9445b99c0c9352 (diff) | |
download | FreeBSD-src-4267c6aa52efff45ea9c00e64149cad3242786bd.zip FreeBSD-src-4267c6aa52efff45ea9c00e64149cad3242786bd.tar.gz |
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
Diffstat (limited to 'crypto/openssl')
-rw-r--r-- | crypto/openssl/crypto/opensslv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/opensslv.h b/crypto/openssl/crypto/opensslv.h index 71be359..ec87545 100644 --- a/crypto/openssl/crypto/opensslv.h +++ b/crypto/openssl/crypto/opensslv.h @@ -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 */ |