summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-06 13:11:56 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-06 13:11:56 +0200
commit3a0408d483f08c3a93da2875c2d0403392d4be49 (patch)
tree3d8fb8ae28be6ec133fed60ad9939c55eb9d34d9
parentallowedips: initialize list head when removing intermediate nodes (diff)
downloadwireguard-linux-compat-3a0408d483f08c3a93da2875c2d0403392d4be49.tar.xz
wireguard-linux-compat-3a0408d483f08c3a93da2875c2d0403392d4be49.zip
version: bump snapshot
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 d0e9980..97a919a 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20190227"
+PACKAGE_VERSION="0.0.20190406"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 723534b..2726156 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "0.0.20190227"
+#define WIREGUARD_VERSION "0.0.20190406"