summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2019-01-19 01:27:06 +0000
committertb <>2019-01-19 01:27:06 +0000
commit9f5c0205159ecdf058272249e3a756589faa7f3b (patch)
tree6fac8fe3a91913831be49afb17722dd7e89c8b8e
parent09b7b906c7a6256e0dfe153ffda08d29cc068b52 (diff)
downloadopenbsd-9f5c0205159ecdf058272249e3a756589faa7f3b.tar.gz
openbsd-9f5c0205159ecdf058272249e3a756589faa7f3b.tar.bz2
openbsd-9f5c0205159ecdf058272249e3a756589faa7f3b.zip
bump minors after symbol addition
-rw-r--r--src/lib/libcrypto/shlib_version2
-rw-r--r--src/lib/libssl/shlib_version2
-rw-r--r--src/lib/libtls/shlib_version2
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!
2major=45 2major=45
3minor=1 3minor=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!
2major=47 2major=47
3minor=1 3minor=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 @@
1major=19 1major=19
2minor=2 2minor=3