summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2006-01-13 17:58:34 +0000
committermillert <millert@openbsd.org>2006-01-13 17:58:34 +0000
commit5258c4cacfebc12398ffd57c43df07f24767d947 (patch)
tree9ab893e3e747b5d98505710086d5a7c7ec859cef
parentAdd lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() (diff)
downloadwireguard-openbsd-5258c4cacfebc12398ffd57c43df07f24767d947.tar.xz
wireguard-openbsd-5258c4cacfebc12398ffd57c43df07f24767d947.zip
Major version bump to deal with potential fallout from the types changes.
-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 281ecb0047b..310c72b9010 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=38
-minor=4
+major=39
+minor=0
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then libpthread must also be updated.