summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-25 16:46:42 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-25 16:46:42 +0200
commit33523a57554df852177a6f06c3d39b44d212040a (patch)
tree85e29e68f0c47a3e8d154545b82ab7d299645215
parentcurve25519-hacl64: reduce stack usage under KASAN (diff)
downloadwireguard-monolithic-historical-33523a57554df852177a6f06c3d39b44d212040a.tar.xz
wireguard-monolithic-historical-33523a57554df852177a6f06c3d39b44d212040a.zip
version: bump snapshot0.0.20180925
-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 c952e77..9080576 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20180918"
+PACKAGE_VERSION="0.0.20180925"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 42d40e0..fe8af5a 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "0.0.20180918"
+#define WIREGUARD_VERSION "0.0.20180925"