diff options
| author | tb <> | 2019-01-19 01:27:06 +0000 |
|---|---|---|
| committer | tb <> | 2019-01-19 01:27:06 +0000 |
| commit | 4b234df63de43710308e9af8e6bdce1f3d9a5d81 (patch) | |
| tree | 6fac8fe3a91913831be49afb17722dd7e89c8b8e | |
| parent | 8f423e1fc981cab57cbb760dd6cab4253792b86b (diff) | |
| download | openbsd-4b234df63de43710308e9af8e6bdce1f3d9a5d81.tar.gz openbsd-4b234df63de43710308e9af8e6bdce1f3d9a5d81.tar.bz2 openbsd-4b234df63de43710308e9af8e6bdce1f3d9a5d81.zip | |
bump minors after symbol addition
| -rw-r--r-- | src/lib/libcrypto/shlib_version | 2 | ||||
| -rw-r--r-- | src/lib/libssl/shlib_version | 2 | ||||
| -rw-r--r-- | src/lib/libtls/shlib_version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index a831e577a6..f9facc78ea 100644 --- a/src/lib/libcrypto/shlib_version +++ b/src/lib/libcrypto/shlib_version | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | # Don't forget to give libssl and libtls the same type of bump! | 1 | # Don't forget to give libssl and libtls the same type of bump! |
| 2 | major=45 | 2 | major=45 |
| 3 | minor=1 | 3 | minor=2 |
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index b4b60939c2..125a8689a6 100644 --- a/src/lib/libssl/shlib_version +++ b/src/lib/libssl/shlib_version | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | # Don't forget to give libtls the same type of bump! | 1 | # Don't forget to give libtls the same type of bump! |
| 2 | major=47 | 2 | major=47 |
| 3 | minor=1 | 3 | minor=2 |
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index 332e3ede16..b1bde738ba 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | major=19 | 1 | major=19 |
| 2 | minor=2 | 2 | minor=3 |
