diff options
Diffstat (limited to 'src/modules/m_taxonomy.cpp')
-rw-r--r-- | src/modules/m_taxonomy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_taxonomy.cpp b/src/modules/m_taxonomy.cpp index 22aa8de3d..e9df6221d 100644 --- a/src/modules/m_taxonomy.cpp +++ b/src/modules/m_taxonomy.cpp @@ -86,7 +86,7 @@ class ModuleTaxonomy : public Module virtual Version GetVersion() { - return Version(1, 2, 0, 0, VF_VENDOR, API_VERSION); + return Version("$Id$", VF_VENDOR, API_VERSION); } }; |