diff options
Diffstat (limited to 'evspy-core.c')
-rw-r--r-- | evspy-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evspy-core.c b/evspy-core.c index 4de27c2..55b097c 100644 --- a/evspy-core.c +++ b/evspy-core.c @@ -268,4 +268,4 @@ module_exit(evspy_exit); MODULE_AUTHOR("Guillermo Ramos <0xwille@gmail.com>"); MODULE_DESCRIPTION("Event based keylogger"); MODULE_LICENSE("GPL"); -MODULE_VERSION("0.1"); +MODULE_VERSION("0.2"); |