diff options
author | 1997-06-03 07:16:19 +0000 | |
---|---|---|
committer | 1997-06-03 07:16:19 +0000 | |
commit | c725e244c67d4128e67d4b81cab8ab87e303fe93 (patch) | |
tree | c8e53b5327be82435a3c8fe8a461d409449ba2d3 /lib/libc/shlib_version | |
parent | correct some lies about how to prepare a tape for use with the new installation script (diff) | |
download | wireguard-openbsd-c725e244c67d4128e67d4b81cab8ab87e303fe93.tar.xz wireguard-openbsd-c725e244c67d4128e67d4b81cab8ab87e303fe93.zip |
WE INCREMENT THE GOD DAMNED MINOR NUMBER WHEN WE ADD A SYSCALL, OK?
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 796ed4662c9..cd2907e093d 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=1 +minor=2 |