diff options
Diffstat (limited to 'src')
-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 82da835..5d19cb0 100644 --- a/src/dkms.conf +++ b/src/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="wireguard" -PACKAGE_VERSION="0.0.20170320.1" +PACKAGE_VERSION="0.0.20170324" AUTOINSTALL=yes BUILT_MODULE_NAME="wireguard" diff --git a/src/version.h b/src/version.h index f88ff5c..5c502b7 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define WIREGUARD_VERSION "0.0.20170320.1" +#define WIREGUARD_VERSION "0.0.20170324" |