aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-09-08 18:22:40 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-09-08 18:22:40 +0200
commitd97b575a47fb26f27965bdc9e537c85f86165e42 (patch)
treee27def99466bfe1918e3b491b09e56d2d0cd9f3d
parentpeerlookup: take lock before checking hash in replace operation (diff)
downloadwireguard-linux-compat-d97b575a47fb26f27965bdc9e537c85f86165e42.tar.xz
wireguard-linux-compat-d97b575a47fb26f27965bdc9e537c85f86165e42.zip
version: bumpv1.0.20200908
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 6a72e4e..33a1840 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="1.0.20200729"
+PACKAGE_VERSION="1.0.20200908"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 93ee76c..138165f 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#ifndef WIREGUARD_VERSION
-#define WIREGUARD_VERSION "1.0.20200729"
+#define WIREGUARD_VERSION "1.0.20200908"
#endif