aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-01-21 15:51:31 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-01-21 15:51:31 +0100
commit8082f7e6a88af9299952c472feae2bb6153dbb6c (patch)
tree2fb2438b953e29f812b1548d8360e339ddbad758
parentMakefile: sort inputs to linker so that build is reproducible (diff)
downloadwireguard-tools-8082f7e6a88af9299952c472feae2bb6153dbb6c.tar.xz
wireguard-tools-8082f7e6a88af9299952c472feae2bb6153dbb6c.zip
version: bumpv1.0.20200121
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index d3e9719..09282b0 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#ifndef WIREGUARD_TOOLS_VERSION
-#define WIREGUARD_TOOLS_VERSION "1.0.20200102"
+#define WIREGUARD_TOOLS_VERSION "1.0.20200121"
#endif