summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-01-28 16:37:17 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-01-28 16:37:17 +0100
commit5fd36918d725cfae191e571fb4e013c4075862b6 (patch)
tree9151cae683221ce666fc259d56eb0ff742945169
parentcompat: account for frankenzinc being in 5.5 (diff)
downloadwireguard-linux-compat-5fd36918d725cfae191e571fb4e013c4075862b6.tar.xz
wireguard-linux-compat-5fd36918d725cfae191e571fb4e013c4075862b6.zip
version: bumpv0.0.20200128
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 e1c820a..7f55547 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20200121"
+PACKAGE_VERSION="0.0.20200128"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index d1c2789..951e01f 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#ifndef WIREGUARD_VERSION
-#define WIREGUARD_VERSION "0.0.20200121"
+#define WIREGUARD_VERSION "0.0.20200128"
#endif