diff options
Diffstat (limited to 'uactivity.c')
| -rw-r--r-- | uactivity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uactivity.c b/uactivity.c index f5f5cf9..5e9516e 100644 --- a/uactivity.c +++ b/uactivity.c @@ -17,7 +17,7 @@ #define STRINGIFY(x) STRINGIFYX(x) #define WATCHDOG 0 -static const char *VERSION = "0.0.1pre"; +static const char *VERSION = PLUGIN_VERSION; static const char *DESCRIPTION = trNOOP("running shellscipts based upton user aktivity changes"); class cPluginUactivity : public cPlugin { |
