summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-12-06 18:39:32 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-12-06 18:39:32 +0100
commit93eab570525e3b3e2ae7cf999ad0f7a4d93f2ab9 (patch)
tree1e0b03726aa371f580fd06fa772716421e97e67f
parentchacha20poly1305: double check the sgmiter logic with test (diff)
downloadwireguard-linux-compat-93eab570525e3b3e2ae7cf999ad0f7a4d93f2ab9.tar.xz
wireguard-linux-compat-93eab570525e3b3e2ae7cf999ad0f7a4d93f2ab9.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 194f27b..ea7e475 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20191205"
+PACKAGE_VERSION="0.0.20191206"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 4e2bb40..479dbf4 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "0.0.20191205"
+#define WIREGUARD_VERSION "0.0.20191206"