aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-06-20 21:06:38 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-20 21:06:38 +0200
commit0bc4230bd9d82a4a84864edbd5dcd01f0bdbd6f7 (patch)
tree52d6ea4d432fd96d00a76694162a52fe860480e3
parentpoly1305: add missing string.h header (diff)
downloadwireguard-monolithic-historical-0bc4230bd9d82a4a84864edbd5dcd01f0bdbd6f7.tar.xz
wireguard-monolithic-historical-0bc4230bd9d82a4a84864edbd5dcd01f0bdbd6f7.zip
version: bump snapshot0.0.20180620
-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 5c973f3..ecdfbd6 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20180613"
+PACKAGE_VERSION="0.0.20180620"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index f990e77..aeb0473 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "0.0.20180613"
+#define WIREGUARD_VERSION "0.0.20180620"