aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-05-20 22:34:53 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-05-20 22:34:53 -0600
commitdc36ca48d41150e83f0eab477b2c7fd45250a6bf (patch)
tree01249c221b1c6a453d3818cab70c2d809f7a1c59
parentcompat: support CentOS 8 explicitly (diff)
downloadwireguard-linux-compat-dc36ca48d41150e83f0eab477b2c7fd45250a6bf.tar.xz
wireguard-linux-compat-dc36ca48d41150e83f0eab477b2c7fd45250a6bf.zip
version: bumpv1.0.20200520
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 27f0bea..d7420f4 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="1.0.20200506"
+PACKAGE_VERSION="1.0.20200520"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 89f181c..d29b2e3 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#ifndef WIREGUARD_VERSION
-#define WIREGUARD_VERSION "1.0.20200506"
+#define WIREGUARD_VERSION "1.0.20200520"
#endif