summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-01-05 18:02:26 -0500
committerJason A. Donenfeld <Jason@zx2c4.com>2020-01-05 18:02:26 -0500
commit28690ca621268763c9ecb8ef154eb3739a9317e3 (patch)
treee5c780d6d7dcfddbbf78798015451b25e0554c57
parentqemu: only compare archs when deciding whether to use kvm (diff)
downloadwireguard-linux-compat-28690ca621268763c9ecb8ef154eb3739a9317e3.tar.xz
wireguard-linux-compat-28690ca621268763c9ecb8ef154eb3739a9317e3.zip
version: bumpv0.0.20200105
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 ba2e7e5..39b392a 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20191226"
+PACKAGE_VERSION="0.0.20200105"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index ccaa2e8..07d1c2d 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "0.0.20191226"
+#define WIREGUARD_VERSION "0.0.20200105"