diff options
author | 2019-12-01 13:14:39 +0000 | |
---|---|---|
committer | 2019-12-01 13:14:39 +0000 | |
commit | 73aaf0d9e575dcbe95f53dca784a6fa082ab2796 (patch) | |
tree | 5e0c1228c40ea3c4ead3cabf65e829c82b043a26 /lib | |
parent | Change Elf64 types and structs to match the System V ABI specification. (diff) | |
download | wireguard-openbsd-73aaf0d9e575dcbe95f53dca784a6fa082ab2796.tar.xz wireguard-openbsd-73aaf0d9e575dcbe95f53dca784a6fa082ab2796.zip |
crank libelf major for exec_elf.h changes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libelf/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libelf/shlib_version b/lib/libelf/shlib_version index b52599a164f..012c14171d3 100644 --- a/lib/libelf/shlib_version +++ b/lib/libelf/shlib_version @@ -1,2 +1,2 @@ -major=2 +major=3 minor=0 |