diff options
author | tb <> | 2019-01-22 01:19:40 +0000 |
---|---|---|
committer | tb <> | 2019-01-22 01:19:40 +0000 |
commit | 993d33faec85766f4c84555d044684c1bb57e552 (patch) | |
tree | 4289d56e10ea8a663b8d88ee3391c1625d93ed06 | |
parent | 4ed49c06ac96d9c4a6e16aa7f6d37cdf1735a51c (diff) | |
download | openbsd-993d33faec85766f4c84555d044684c1bb57e552.tar.gz openbsd-993d33faec85766f4c84555d044684c1bb57e552.tar.bz2 openbsd-993d33faec85766f4c84555d044684c1bb57e552.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 f9facc78ea..d816b9a19d 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=2 | 3 | minor=3 |
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index 125a8689a6..6577e09863 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=2 | 3 | minor=3 |
diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index b1bde738ba..b549100d67 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=3 | 2 | minor=4 |