From 6578b63a8ab0cc556f6afdd032609e7d5d098808 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 5 Sep 2019 16:18:57 -0600 Subject: version: bump snapshot Signed-off-by: Jason A. Donenfeld --- src/dkms.conf | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/dkms.conf b/src/dkms.conf index f72841c..51c0b8e 100644 --- a/src/dkms.conf +++ b/src/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="wireguard" -PACKAGE_VERSION="0.0.20190702" +PACKAGE_VERSION="0.0.20190905" AUTOINSTALL=yes BUILT_MODULE_NAME="wireguard" diff --git a/src/version.h b/src/version.h index ae36872..2a841ee 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define WIREGUARD_VERSION "0.0.20190702" +#define WIREGUARD_VERSION "0.0.20190905" -- cgit v1.2.3-59-g8ed1b