summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-08 18:48:08 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-08 18:48:08 +0200
commit4e36a1c045a002e9424c480abc46de38eaf936b1 (patch)
tree1314e7c87ee807a4a1ab538527b4024d95aa4a83
parentreceive: use NAPI on the receive path (diff)
downloadwireguard-monolithic-historical-0.0.20180708.tar.xz (sig)
wireguard-monolithic-historical-0.0.20180708.zip
version: bump snapshot0.0.20180708
-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 e72d357..c284ca7 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20180625"
+PACKAGE_VERSION="0.0.20180708"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 71eb87e..e0f6a73 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "0.0.20180625"
+#define WIREGUARD_VERSION "0.0.20180708"