diff options
author | 2019-09-13 18:01:58 -0400 | |
---|---|---|
committer | 2019-09-13 18:01:58 -0400 | |
commit | 7bf34f50d41e8b60e01846baa2eb304697fab89c (patch) | |
tree | da009f60dd9d4bd222f075b69b09d06f71a8787f | |
parent | compat: support rhel/centos 7.7 (diff) | |
download | wireguard-monolithic-historical-0.0.20190913.tar.xz (sig) wireguard-monolithic-historical-0.0.20190913.zip |
version: bump snapshot0.0.20190913
-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 51c0b8e..d1d24b8 100644 --- a/src/dkms.conf +++ b/src/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="wireguard" -PACKAGE_VERSION="0.0.20190905" +PACKAGE_VERSION="0.0.20190913" AUTOINSTALL=yes BUILT_MODULE_NAME="wireguard" diff --git a/src/version.h b/src/version.h index 2a841ee..cee4e8d 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define WIREGUARD_VERSION "0.0.20190905" +#define WIREGUARD_VERSION "0.0.20190913" |