summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-02-18 21:22:31 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-02-18 21:22:31 +0100
commitfdf2289c323942d4ccbfe91f38fbcf2b65d2b40c (patch)
tree0987002fbcdc13b0d4fcd7541866c0aa2309ad81
parenttools: fixup errno handling (diff)
downloadwireguard-monolithic-historical-539307e51b319094cb15ec187d577aef84364336.tar.xz
wireguard-monolithic-historical-539307e51b319094cb15ec187d577aef84364336.zip
version: bump snapshot0.0.20180218
-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 1ede78e..21bb214 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20180202"
+PACKAGE_VERSION="0.0.20180218"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 9654248..664cbdc 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "0.0.20180202"
+#define WIREGUARD_VERSION "0.0.20180218"