diff options
| author | tb <> | 2023-04-25 15:54:19 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-25 15:54:19 +0000 |
| commit | d7b4ec4854b7d888ef6a51ad555989a9a9e0339d (patch) | |
| tree | 75e99f03c809ea00fe7367ecb46381fb9ad1035f /src | |
| parent | c76a670daed382c676d944e132defe45c5e27a26 (diff) | |
| download | openbsd-d7b4ec4854b7d888ef6a51ad555989a9a9e0339d.tar.gz openbsd-d7b4ec4854b7d888ef6a51ad555989a9a9e0339d.tar.bz2 openbsd-d7b4ec4854b7d888ef6a51ad555989a9a9e0339d.zip | |
Bump majors after symbol addition and removal
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/shlib_version | 4 | ||||
| -rw-r--r-- | src/lib/libssl/shlib_version | 4 | ||||
| -rw-r--r-- | src/lib/libtls/shlib_version | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index 49cfcaaf31..789f6ba811 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=50 | 2 | major=51 |
| 3 | minor=2 | 3 | minor=0 |
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index 574d7e57e9..d3b93e9fd0 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=53 | 2 | major=54 |
| 3 | minor=2 | 3 | minor=0 |
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index 34aa186fe4..54ef0c4cc0 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | major=26 | 1 | major=27 |
| 2 | minor=2 | 2 | minor=0 |
