From 93eab570525e3b3e2ae7cf999ad0f7a4d93f2ab9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 6 Dec 2019 18:39:32 +0100 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(-) diff --git a/src/dkms.conf b/src/dkms.conf index 194f27b..ea7e475 100644 --- a/src/dkms.conf +++ b/src/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="wireguard" -PACKAGE_VERSION="0.0.20191205" +PACKAGE_VERSION="0.0.20191206" AUTOINSTALL=yes BUILT_MODULE_NAME="wireguard" diff --git a/src/version.h b/src/version.h index 4e2bb40..479dbf4 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define WIREGUARD_VERSION "0.0.20191205" +#define WIREGUARD_VERSION "0.0.20191206" -- cgit v1.2.3-59-g8ed1b