summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-02-14 11:56:53 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-02-14 11:56:53 +0100
commita9221868ca32fceca017c77f0d264622780997bd (patch)
treefdd5710abf1f7c3ca2640852b12a710c33763787
parentRevert "main: add `wg` type alias" (diff)
downloadwireguard-monolithic-historical-a9221868ca32fceca017c77f0d264622780997bd.tar.xz
wireguard-monolithic-historical-a9221868ca32fceca017c77f0d264622780997bd.zip
version: bump snapshot0.0.20170214
-rw-r--r--src/dkms.conf2
-rw-r--r--src/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dkms.conf b/src/dkms.conf
index 53aaa17..e400925 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20170213"
+PACKAGE_VERSION="0.0.20170214"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index 8416888..53c3be0 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "0.0.20170213"
+#define WIREGUARD_VERSION "0.0.20170214"