summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-11-15 12:02:55 -0800
committerJason A. Donenfeld <Jason@zx2c4.com>2018-11-15 12:02:55 -0800
commit765b5186c972c83083fc32a24f629ccc50529bd1 (patch)
tree6bb4e83ff1e9cdab764c6eadb4f2c58213b2f10f
parentperlasm: avoid rep ret (diff)
downloadwireguard-monolithic-historical-765b5186c972c83083fc32a24f629ccc50529bd1.tar.xz
wireguard-monolithic-historical-765b5186c972c83083fc32a24f629ccc50529bd1.zip
version: bump snapshot0.0.20181115
-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 ebf30df..4136565 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20181018"
+PACKAGE_VERSION="0.0.20181115"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index bbf7129..13357a8 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "0.0.20181018"
+#define WIREGUARD_VERSION "0.0.20181115"