From 7e945a815b896a19ecd2ff2b8937c4f90cc978d2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 21 Dec 2017 02:20:51 +0100 Subject: version: bump snapshot --- 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 5fd2b94..99988a6 100644 --- a/src/dkms.conf +++ b/src/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="wireguard" -PACKAGE_VERSION="0.0.20171211" +PACKAGE_VERSION="0.0.20171221" AUTOINSTALL=yes BUILT_MODULE_NAME="wireguard" diff --git a/src/version.h b/src/version.h index ec35750..25555a7 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define WIREGUARD_VERSION "0.0.20171211" +#define WIREGUARD_VERSION "0.0.20171221" -- cgit v1.2.3-59-g8ed1b