summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-04-14 03:17:19 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-04-14 03:17:19 -0600
commitfe82d0b68de57fa02cc59877b32414701e0ec373 (patch)
tree1e3007beb700bd451fb0d263ef88f505fe576cd8
parentcompat: backport hsiphash_1u32 for tests (diff)
downloadwireguard-linux-compat-1.0.20200413.tar.xz (sig)
wireguard-linux-compat-1.0.20200413.zip
version: bumpv1.0.20200413
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 c590764..7306721 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="1.0.20200401"
+PACKAGE_VERSION="1.0.20200413"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index e05db83..6d40efe 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#ifndef WIREGUARD_VERSION
-#define WIREGUARD_VERSION "1.0.20200401"
+#define WIREGUARD_VERSION "1.0.20200413"
#endif