summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2014-05-12 19:09:01 +0000
committerMarc Espie <espie@cvs.openbsd.org>2014-05-12 19:09:01 +0000
commit48b5385f6f9cfcdc1cc3454d3343f453b3b5a441 (patch)
tree5c83dde76bb4192cace225b311b5a0a6bb782371 /lib/libc/shlib_version
parentc06fd3c6b6f8782098266dabac4b15a594a8f1c8 (diff)
move the ohash functions into libutil by popular demand.
It's not a standard interface, so it doesn't belong in libc. I hate duplicating the code in client programs, so do beck@, kettenis@, schwarze@, millert@, miod@... and they agree with libutil.
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r--lib/libc/shlib_version4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index 0a4400a744f..6f2ed916983 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=74
-minor=2
+major=75
+minor=0
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.