summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-12-11 01:12:06 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-12-11 01:12:06 +0100
commit44f8e4d7d0b23c949850028fd9c502b73e15d288 (patch)
tree0f5c7d6ba8f6b5015492455e4c6e62648bcaa9dc
parentchacha20poly1305: wire up avx512vl for skylake-x (diff)
downloadwireguard-monolithic-historical-44f8e4d7d0b23c949850028fd9c502b73e15d288.tar.xz
wireguard-monolithic-historical-44f8e4d7d0b23c949850028fd9c502b73e15d288.zip
version: bump snapshot0.0.20171211
-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 89c759c..5fd2b94 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20171127"
+PACKAGE_VERSION="0.0.20171211"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 8ed5447..ec35750 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "0.0.20171127"
+#define WIREGUARD_VERSION "0.0.20171211"