aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-06-27 12:54:37 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2022-06-27 12:54:37 +0200
commit18fbcd68a35a892527345dc5679d0b2d860ee004 (patch)
tree01ca207b3da4223db8fea997d58d986b465db346
parentcompat: handle backported rng and blake2s (diff)
downloadwireguard-linux-compat-18fbcd68a35a892527345dc5679d0b2d860ee004.tar.xz
wireguard-linux-compat-18fbcd68a35a892527345dc5679d0b2d860ee004.zip
version: bumpv1.0.20220627
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 eda1668..947bc0c 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="1.0.20211208"
+PACKAGE_VERSION="1.0.20220627"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index ba3d805..c7f9028 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#ifndef WIREGUARD_VERSION
-#define WIREGUARD_VERSION "1.0.20211208"
+#define WIREGUARD_VERSION "1.0.20220627"
#endif