]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
version: bump snapshot 0.0.20180613
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 13 Jun 2018 14:21:59 +0000 (16:21 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 13 Jun 2018 14:22:16 +0000 (16:22 +0200)
Makefile
version.go

index af2f542035adac350079de86f88ce4e64b4028bd..e10fdc23c5fe37b9bb658f989631717b399d3ecd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,8 @@ BINDIR ?= $(PREFIX)/bin
 ifeq ($(shell go env GOOS),linux)
 ifeq ($(wildcard .git),)
 $(error Do not build this for Linux. Instead use the Linux kernel module. See wireguard.com/install/ for more info.)
+else
+$(shell printf 'package main\nconst UseTheKernelModuleInstead = 0xdeadbabe\n' > ireallywantobuildon_linux.go)
 endif
 endif
 
index ca61b5c0c5f274e435457dbc1acd0719555ccd8f..cd8dab692ec867f27b4733eb26c03192f145c32a 100644 (file)
@@ -1,2 +1,2 @@
 package main
-const WireGuardGoVersion = "0.0.20180531"
+const WireGuardGoVersion = "0.0.20180613"