summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-12-16 17:05:29 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-12-16 17:05:29 +0100
commitad354bf9e89b7726f74f63037347ca888f33c1f8 (patch)
tree4b8fecae2f6241c281bedffaa20ce2b4a42f2678
parenthashtables: use counter and int to ensure forward progress (diff)
downloadwireguard-monolithic-historical-0.0.20161216.tar.xz
wireguard-monolithic-historical-0.0.20161216.zip
version: bump snapshot0.0.20161216
-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 6092ab6..44d9b6b 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20161209"
+PACKAGE_VERSION="0.0.20161216"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 1081cde..2add16d 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "0.0.20161209"
+#define WIREGUARD_VERSION "0.0.20161216"