summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-04-01 13:07:51 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-04-01 13:07:51 -0600
commit43f57dac7b8305024f83addc533c9eede6509129 (patch)
tree43b933591c3b6e64755b3bb0eaa382520cd7915a
parentqemu: bump default kernel to 5.5.14 (diff)
downloadwireguard-linux-compat-1.0.20200401.tar.xz (sig)
wireguard-linux-compat-1.0.20200401.zip
version: bumpv1.0.20200401
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 e4624ea..c590764 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="1.0.20200330"
+PACKAGE_VERSION="1.0.20200401"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 253062b..e05db83 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#ifndef WIREGUARD_VERSION
-#define WIREGUARD_VERSION "1.0.20200330"
+#define WIREGUARD_VERSION "1.0.20200401"
#endif