diff options
| author | 2018-11-19 18:23:52 +0100 | |
|---|---|---|
| committer | 2018-11-19 18:23:52 +0100 | |
| commit | 2a00a35a83b258e6325e687113140ae0b6ee110f (patch) | |
| tree | 5477468cdfc8b879fb5683cace7de1c224eea3a2 | |
| parent | chacha20,poly1305: do not use xlate (diff) | |
| download | wireguard-linux-compat-2a00a35a83b258e6325e687113140ae0b6ee110f.tar.xz wireguard-linux-compat-2a00a35a83b258e6325e687113140ae0b6ee110f.zip | |
version: bump snapshot
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
| -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 4136565..e4b1483 100644 --- a/src/dkms.conf +++ b/src/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="wireguard" -PACKAGE_VERSION="0.0.20181115" +PACKAGE_VERSION="0.0.20181119" AUTOINSTALL=yes BUILT_MODULE_NAME="wireguard" diff --git a/src/version.h b/src/version.h index 13357a8..ccbd491 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define WIREGUARD_VERSION "0.0.20181115" +#define WIREGUARD_VERSION "0.0.20181119" |
