summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-07-12 21:27:57 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-07-12 21:27:57 -0600
commitd553aa7c52ac78c1963886afb74ba861b0b7b0fc (patch)
treeb07b0adbbca8638387134c3c2bc5b55f475a659b
parentcompat: backport ip_tunnel_parse_protocol and ip_tunnel_header_ops (diff)
downloadwireguard-linux-compat-d553aa7c52ac78c1963886afb74ba861b0b7b0fc.tar.xz
wireguard-linux-compat-d553aa7c52ac78c1963886afb74ba861b0b7b0fc.zip
version: bumpv1.0.20200712
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 fd7eedb..8653841 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="1.0.20200623"
+PACKAGE_VERSION="1.0.20200712"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 3c0506a..c495ef5 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#ifndef WIREGUARD_VERSION
-#define WIREGUARD_VERSION "1.0.20200623"
+#define WIREGUARD_VERSION "1.0.20200712"
#endif