From fd0ac0b1dca2c23052a879cec6a86a7eee8c2462 Mon Sep 17 00:00:00 2001 From: nanotube Date: Thu, 31 Jul 2008 13:04:40 +0000 Subject: [PATCH] reorder, for clarity --- version.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index f0f4860..7affa5e 100644 --- a/version.py +++ b/version.py @@ -1,7 +1,10 @@ -name = "pykeylogger" # change this for stealth. you must also change the filenames of the .ini, .val, and the icon files and replace "pykeylogger" with what you put in here. +# change this for stealth. you must also change the filenames of the .ini, .val, and the icon files and replace "pykeylogger" with what you put in here. +name = "pykeylogger" +# change this for stealth +description = "Simple Python Keylogger" + version = "1.0.3" -description = "Simple Python Keylogger" # change this for stealth url = "http://pykeylogger.sourceforge.net" license = "GPL" author = "Daniel Folkinshteyn" -- 2.45.1