aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-04-24 16:49:45 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2021-04-24 16:49:45 -0400
commite67b7226a3b2be2156a480cfe2d5a12c80fcdec1 (patch)
tree8e4ddd925b02e5ba4ff636f6c4aa9a445980fd15
parent1edffe201ad08d70fe74290b657a929cd4229df5 (diff)
downloadwireguard-linux-compat-e67b7226a3b2be2156a480cfe2d5a12c80fcdec1.tar.gz
version: bumpv1.0.20210424
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 ad197f1..23b57a4 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="1.0.20210219"
+PACKAGE_VERSION="1.0.20210424"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 456073b..3d338a9 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#ifndef WIREGUARD_VERSION
-#define WIREGUARD_VERSION "1.0.20210219"
+#define WIREGUARD_VERSION "1.0.20210424"
#endif