aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-12-09 21:44:50 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-12-09 21:44:50 +0100
commitc93b5ebe7a4edf10d8f7b9898182f8644e982601 (patch)
treef2551ba2f51994f303b5696ee65b134f43d03b40
parentcookie: kill redundant forward declaration (diff)
downloadwireguard-monolithic-historical-c93b5ebe7a4edf10d8f7b9898182f8644e982601.tar.xz
wireguard-monolithic-historical-c93b5ebe7a4edf10d8f7b9898182f8644e982601.zip
version: bump snapshot0.0.20161209
-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 e53fbba..6092ab6 100644
--- a/src/dkms.conf
+++ b/src/dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="wireguard"
-PACKAGE_VERSION="0.0.20161129"
+PACKAGE_VERSION="0.0.20161209"
AUTOINSTALL=yes
BUILT_MODULE_NAME="wireguard"
diff --git a/src/version.h b/src/version.h
index ce9f6ad..1081cde 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define WIREGUARD_VERSION "experimental-0.0.20161129"
+#define WIREGUARD_VERSION "0.0.20161209"