diff options
author | 2018-02-18 21:22:31 +0100 | |
---|---|---|
committer | 2018-02-18 21:22:31 +0100 | |
commit | fdf2289c323942d4ccbfe91f38fbcf2b65d2b40c (patch) | |
tree | 0987002fbcdc13b0d4fcd7541866c0aa2309ad81 | |
parent | tools: fixup errno handling (diff) | |
download | wireguard-monolithic-historical-0.0.20180218.tar.xz wireguard-monolithic-historical-0.0.20180218.zip |
version: bump snapshot0.0.20180218
-rw-r--r-- | src/dkms.conf | 2 | ||||
-rw-r--r-- | src/version.h | 2 |
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" |