From 9c9c8d13bbc9b58de02271d4690cb20840c1d7c2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 7 Mar 2019 06:27:53 +0100 Subject: ui: embed resource the old fashioned way If we ever get rid of the cgo requirement, we can return to rsrc or some variant of it. But given that win32 GUI stuff benefits from the larger cgo stacks, that seems unlikely. This gives us a bit more latitude to embed all sorts of interesting things in here as well. Clean up the makefile while we're at it and reduce the size of the exe. --- version.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 version.h (limited to 'version.h') diff --git a/version.h b/version.h new file mode 100644 index 00000000..8da652db --- /dev/null +++ b/version.h @@ -0,0 +1 @@ +#define WIREGUARD_WINDOWS_VERSION "0.0.20190307" -- cgit v1.2.3-59-g8ed1b