summaryrefslogtreecommitdiff
path: root/src/modules/os_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/os_info.cpp')
-rw-r--r--src/modules/os_info.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/os_info.cpp b/src/modules/os_info.cpp
index 38d9c99c5..1b4075f63 100644
--- a/src/modules/os_info.cpp
+++ b/src/modules/os_info.cpp
@@ -19,7 +19,6 @@
#include "module.h"
#define AUTHOR "Rob"
-#define VERSION VERSION_STRING
/* Multi-language stuff */
#define LANG_NUM_STRINGS 10
@@ -200,7 +199,6 @@ class OSInfo : public Module
me = this;
this->SetAuthor(AUTHOR);
- this->SetVersion(VERSION);
this->SetType(SUPPORTED);
this->AddCommand(NickServ, new CommandNSOInfo());