aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-04-13 03:29:13 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-04-13 03:29:13 +0200
commitdbe52236b5bfa2d0d72fceb43210a42f78cef1a8 (patch)
tree71f84c1ce11e16bdfb9ff243633885712697ccb2
parentchacha20poly1305: put magic constant behind macro (diff)
downloadwireguard-monolithic-historical-dbe52236b5bfa2d0d72fceb43210a42f78cef1a8.tar.xz
wireguard-monolithic-historical-dbe52236b5bfa2d0d72fceb43210a42f78cef1a8.zip
version: bump snapshot0.0.20180413
-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 7bdd5b3..41fddf3 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20180304"
+PACKAGE_VERSION="0.0.20180413"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 2915e9a..4d3e8d3 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "0.0.20180304"
+#define WIREGUARD_VERSION "0.0.20180413"