summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-02-05 14:37:40 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-02-05 14:37:40 +0100
commit7a11a53c5a8cf54d1b4b12e2359d1dc4a2ebd751 (patch)
tree156d7776adb69b544f6f5601da87cc6aaef76d85
parentnetns: ensure non-addition of peers with failed precomputation (diff)
downloadwireguard-linux-compat-7a11a53c5a8cf54d1b4b12e2359d1dc4a2ebd751.tar.xz
wireguard-linux-compat-7a11a53c5a8cf54d1b4b12e2359d1dc4a2ebd751.zip
version: bumpv0.0.20200205
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--src/dkms.conf2
-rw-r--r--src/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dkms.conf b/src/dkms.conf
index 7f55547..04afe83 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20200128"
+PACKAGE_VERSION="0.0.20200205"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 951e01f..c4eeac0 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#ifndef WIREGUARD_VERSION
-#define WIREGUARD_VERSION "0.0.20200128"
+#define WIREGUARD_VERSION "0.0.20200205"
#endif