summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-01-21 16:11:10 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-01-21 16:11:10 +0100
commitcc26f386fe7a92a56a22dfdc544e29442db15cc3 (patch)
tree89c3608189f78bea0d2db33015ca22e4bada80bf
parentcurve25519: x86_64: replace with formally verified implementation (diff)
downloadwireguard-linux-compat-cc26f386fe7a92a56a22dfdc544e29442db15cc3.tar.xz
wireguard-linux-compat-cc26f386fe7a92a56a22dfdc544e29442db15cc3.zip
version: bumpv0.0.20200121
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 39b392a..e1c820a 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20200105"
+PACKAGE_VERSION="0.0.20200121"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index e42c50d..d1c2789 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#ifndef WIREGUARD_VERSION
-#define WIREGUARD_VERSION "0.0.20200105"
+#define WIREGUARD_VERSION "0.0.20200121"
#endif