summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-11 12:35:06 +0900
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-11 12:35:06 +0900
commitedaad5580abb23c12245499bb491646e8349baae (patch)
treec71d931981dd8f69c9cd21fa9043fbdc191a08ca
parenttools: allow for NULL keys everywhere (diff)
downloadwireguard-monolithic-historical-0.0.20171111.tar.xz
wireguard-monolithic-historical-0.0.20171111.zip
version: bump snapshot0.0.20171111
-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 7a73480..75907b0 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20171101"
+PACKAGE_VERSION="0.0.20171111"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 284a193..3e0b420 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "0.0.20171101"
+#define WIREGUARD_VERSION "0.0.20171111"