diff options
author | 2017-06-28 14:19:00 +0200 | |
---|---|---|
committer | 2017-06-28 14:19:00 +0200 | |
commit | 5e40c578801e9c2ca96f3429a528d2a09a5b3dfc (patch) | |
tree | b498a7f0ab20d77bd59e0982a6a568630ae249cb | |
parent | compat: support Ubuntu 14.04 (diff) | |
download | wireguard-monolithic-historical-5e40c578801e9c2ca96f3429a528d2a09a5b3dfc.tar.xz wireguard-monolithic-historical-5e40c578801e9c2ca96f3429a528d2a09a5b3dfc.zip |
version: bump snapshot0.0.20170628
-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 3361e05..14f3eca 100644 --- a/src/dkms.conf +++ b/src/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="wireguard" -PACKAGE_VERSION="0.0.20170613" +PACKAGE_VERSION="0.0.20170628" AUTOINSTALL=yes BUILT_MODULE_NAME="wireguard" diff --git a/src/version.h b/src/version.h index 085faee..c2545b8 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define WIREGUARD_VERSION "0.0.20170613" +#define WIREGUARD_VERSION "0.0.20170628" |