aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
diff options
context:
space:
mode:
authorGravatar w00t2008-08-25 20:35:36 +0000
committerGravatar w00t2008-08-25 20:35:36 +0000
commit31b232eec07d0b85ce2cc7c4ebc5d5387f781dcb (patch)
tree91ac6d435f07d7cf9b1353d6a3d8fc63cb0b46aa /src/modules/extra/m_mysql.cpp
parentTidy up in the nsis scripts, how it installs the service and removes it (hide... (diff)
Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versions, so we don't have (essentially unused) module versions.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10290 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
-rw-r--r--src/modules/extra/m_mysql.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp
index e0c527c94..4f2f90467 100644
--- a/src/modules/extra/m_mysql.cpp
+++ b/src/modules/extra/m_mysql.cpp
@@ -821,7 +821,7 @@ class ModuleSQL : public Module
virtual Version GetVersion()
{
- return Version(1,2,0,0,VF_VENDOR|VF_SERVICEPROVIDER,API_VERSION);
+ return Version("$Id$", VF_VENDOR | VF_SERVICEPROVIDER, API_VERSION);
}
};