version: bump snapshot
This commit is contained in:
		
							parent
							
								
									6a5d0e2bcd
								
							
						
					
					
						commit
						6b3b1c3b91
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,2 +1,2 @@
 | 
			
		||||
package main
 | 
			
		||||
const WireGuardGoVersion = "0.0.20180531"
 | 
			
		||||
const WireGuardGoVersion = "0.0.20180613"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user