aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/version.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-07 06:27:53 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-07 20:55:12 +0100
commit439748fdeecad1e97307c2b0b154a6d1370b518c (patch)
tree2c825b68c237a877878ffbd626a822b63e2d8fac /version.h
parentnames: better casing (diff)
downloadwireguard-windows-439748fdeecad1e97307c2b0b154a6d1370b518c.tar.xz
wireguard-windows-439748fdeecad1e97307c2b0b154a6d1370b518c.zip
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. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'version.h')
-rw-r--r--version.h1
1 files changed, 1 insertions, 0 deletions
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"