]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commit
Makefile: fix version indicator
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 14 May 2020 09:35:20 +0000 (11:35 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 5 Mar 2021 21:37:11 +0000 (14:37 -0700)
commit957702af94af22e10377493608befd9750815b5d
treebdced2722f665ba19ed136185d2e151b1ce7c018
parent6d3b876492298d0e311053567ecd7084972a8bc8
Makefile: fix version indicator

If we execute `wg --version` we get a different version string that does
not match with the version string in the openwrt makefile.

Current version string:
`wireguard-tools vreboot-13159-gac5caa2718 -https://git.zx2c4.com/wireguard-tools/`

Corrected versions string:
`wireguard-tools v1.0.20200319 -https://git.zx2c4.com/wireguard-tools/`

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/Makefile