summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-18 23:15:25 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-18 23:15:25 -0600
commitcf877de9a8b38422aef6beb514b688a0eedae4d8 (patch)
treed1717cb4305c31e88378653851867bef9a906a82
parentsend: use normaler alignment formula from upstream (diff)
downloadwireguard-linux-compat-cf877de9a8b38422aef6beb514b688a0eedae4d8.tar.xz
wireguard-linux-compat-cf877de9a8b38422aef6beb514b688a0eedae4d8.zip
version: bumpv0.0.20200318
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 b094a87..17754fd 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20200215"
+PACKAGE_VERSION="0.0.20200318"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 1f89f50..241bdf0 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#ifndef WIREGUARD_VERSION
-#define WIREGUARD_VERSION "0.0.20200215"
+#define WIREGUARD_VERSION "0.0.20200318"
#endif