summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-03-27 17:33:57 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-03-27 17:33:57 +0200
commitdf3c824b8ef2f824771d921a0aa10429f8c2b064 (patch)
treef615c4a3f9ef071d710cf41e63fe86cc8a0f4bdd /src/main.c
parent02b7efc01af786324a231ecb20fed7eb5c20a5e6 (diff)
main: add /sys/module/wireguard/version
Suggested-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 7712322..2c2cc6f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -69,4 +69,5 @@ module_exit(mod_exit);
MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("Fast, secure, and modern VPN tunnel");
MODULE_AUTHOR("Jason A. Donenfeld <Jason@zx2c4.com>");
+MODULE_VERSION(WIREGUARD_VERSION);
MODULE_ALIAS_RTNL_LINK(KBUILD_MODNAME);